CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/06/02 14:28:53

Modified files:
        .              : ChangeLog 
        lily           : easy-notation.cc 

Log message:
        * lily/easy-notation.cc: Added include cctype to correct
        compilation error.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3711&tr2=1.3712&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/easy-notation.cc.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3711 lilypond/ChangeLog:1.3712
--- lilypond/ChangeLog:1.3711   Thu Jun  2 13:47:06 2005
+++ lilypond/ChangeLog  Thu Jun  2 14:28:53 2005
@@ -1,3 +1,8 @@
+2005-06-02  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * lily/easy-notation.cc: Added include cctype to correct
+       compilation error.
+
 2005-06-02  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
Index: lilypond/lily/easy-notation.cc
diff -u lilypond/lily/easy-notation.cc:1.1 lilypond/lily/easy-notation.cc:1.2
--- lilypond/lily/easy-notation.cc:1.1  Sat May 28 13:43:23 2005
+++ lilypond/lily/easy-notation.cc      Thu Jun  2 14:28:53 2005
@@ -17,6 +17,7 @@
 #include "font-interface.hh"
 #include "staff-symbol-referencer.hh"
 #include "stem.hh"
+#include <cctype>
 
 MAKE_SCHEME_CALLBACK (Note_head, brew_ez_stencil, 1);
 SCM


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to