From: fred Date: Sun, 24 Mar 2002 19:27:04 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~5659 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bad9ec4c51e0b46d95779abd87cea874e299be6;p=lilypond.git lilypond-0.0.21 --- diff --git a/hdr/identifier.hh b/hdr/identifier.hh index da4bfb6b7b..f634e216dc 100644 --- a/hdr/identifier.hh +++ b/hdr/identifier.hh @@ -13,6 +13,7 @@ #include "inputmusic.hh" #include "notename.hh" #include "lookup.hh" +#include "scriptdef.hh" #define make_id_class(Idclass, Class, accessor) \ struct Idclass : Identifier {\ @@ -28,7 +29,7 @@ struct Idclass : Identifier {\ }\ - +make_id_class(Script_id, Script_def, script); make_id_class(Lookup_id, Lookup, lookup); make_id_class(Symtables_id, Symtables, symtables); make_id_class(Staff_id, Input_staff, staff);