]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-check.cc
*** empty log message ***
[lilypond.git] / lily / relative-octave-check.cc
index 9fe109b0841c7bae7d099c3935683cbe552c9f7e..07d70acc45c82d003046dc18694d27c0d9c1d679 100644 (file)
@@ -6,8 +6,9 @@
   (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#include "music.hh"
 #include "input.hh"
+#include "international.hh"
+#include "music.hh"
 #include "pitch.hh"
 
 class Relative_octave_check
@@ -35,7 +36,7 @@ Relative_octave_check::relative_callback (SCM music, SCM last_pitch)
 
       if (result != *check_p)
        {
-         String s = _ ("Failed octave check, got: ");
+         std::string s = _ ("Failed octave check, got: ");
          s += result.to_string ();
 
          m->origin ()->warning (s);