From 3bad9ec4c51e0b46d95779abd87cea874e299be6 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:04 +0000 Subject: [PATCH] lilypond-0.0.21 --- hdr/identifier.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5