]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / std-string.hh
index d5933d8f99985075de4908f475dc5bd9cebb3363..8ae6dfa5af5cbbf8846ac019ca46103df3484c82 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2006--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef STD_STRING_HH
 #define STD_STRING_HH
  
 #include "compare.hh"
+#include "flower-proto.hh"
 
 #if 0
 /*
@@ -33,6 +34,7 @@ string to_string (int i, char const *format=0);
 string to_string (double f, char const *format=0);
 string to_string (long);
 string to_string (long unsigned);
+string to_string (I64, char const *format=0);
 string to_string (unsigned);
 string to_string (bool b);
 string to_string (char const *format, ...)