From 8d5092b3119dcaefa7ae617991d2bafdb7bd0763 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 4 Dec 1996 20:57:03 +0000 Subject: [PATCH] lilypond-0.0.14 --- hdr/command.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdr/command.hh b/hdr/command.hh index e13669f46c..e2ece4a6fa 100644 --- a/hdr/command.hh +++ b/hdr/command.hh @@ -3,7 +3,7 @@ #include "glob.hh" #include "vray.hh" -#include "string.hh" +#include "scalar.hh" enum Commandcode { NOP, @@ -18,7 +18,7 @@ struct Command { Real when; /// analogous to argv[] - svec args; + svec args; /// int priority; -- 2.39.5