From 6b2169cfc97c11ffe302819d1312d6b5a7672ddd Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 4 Dec 1996 22:14:10 +0000 Subject: [PATCH] lilypond-0.0.14 --- src/lookup.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lookup.cc b/src/lookup.cc index 018c57f9c0..c22e3aaf55 100644 --- a/src/lookup.cc +++ b/src/lookup.cc @@ -3,6 +3,7 @@ #include "symtable.hh" #include "dimen.hh" #include "tex.hh" +#include "scalar.hh" Real Lookup::internote() @@ -126,7 +127,7 @@ Lookup::linestaff(int lines, Real wid) Symbol -Lookup::meter(svec a) +Lookup::meter(svec a) { Symbol s; s.dim.x = Interval( convert_dimen(0,"pt"), -- 2.39.5