From df4e98796c8d0e1a72fbe3fc54d549af316d0f76 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Thu, 2 Jun 2005 14:28:53 +0000 Subject: [PATCH 1/1] * lily/easy-notation.cc: Added include cctype to correct compilation error. --- ChangeLog | 5 +++++ lily/easy-notation.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c54b350d65..ec307e5f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-02 Mats Bengtsson + + * lily/easy-notation.cc: Added include cctype to correct + compilation error. + 2005-06-02 Han-Wen Nienhuys * Documentation/topdocs/NEWS.tely (Top): add entry about font family. diff --git a/lily/easy-notation.cc b/lily/easy-notation.cc index 80ebdca813..f6cca95535 100644 --- a/lily/easy-notation.cc +++ b/lily/easy-notation.cc @@ -17,6 +17,7 @@ #include "font-interface.hh" #include "staff-symbol-referencer.hh" #include "stem.hh" +#include MAKE_SCHEME_CALLBACK (Note_head, brew_ez_stencil, 1); SCM -- 2.39.2