From fb27fcbfcbef1953a6e5daeb85931664f78c14ea Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 4 Dec 1996 22:39:51 +0000 Subject: [PATCH] lilypond-0.0.14 --- hdr/lookup.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hdr/lookup.hh b/hdr/lookup.hh index 29b4aa9c5b..90a27fd60f 100644 --- a/hdr/lookup.hh +++ b/hdr/lookup.hh @@ -6,6 +6,8 @@ #include "symbol.hh" #include "fproto.hh" +#include "scalar.hh" + struct Lookup { Symtables *symtables_; @@ -24,7 +26,7 @@ struct Lookup { pos == -3: below staff */ - Symbol meter(svec); + Symbol meter(svec); Symbol stem(Real y1_pos, Real y2_pos); Symbol rule_symbol(Real height, Real width); Symbol accidental(int); -- 2.39.5