]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimensions.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / dimensions.hh
index 84f8c2884b9caeccad199cb6ce39be1ac6e5d2ba..a0e2f25edd9203e83f24288e4dde9c1c6b2db5ad 100644 (file)
@@ -2,7 +2,7 @@
 #define DIMENSIONS_HH
 
 #include "real.hh"
-class String;
+#include "std-string.hh"
 
 const Real INCH_TO_PT = 72.270;
 const Real CM_TO_PT = (INCH_TO_PT / 2.54);
@@ -37,7 +37,7 @@ const Real PT_TO_MM = (1.0 / MM_TO_PT);
 
 #endif
 
-String print_dimen (Real);
+string print_dimen (Real);
 const Real point_constant = 1 PT;
 const Real inch_constant = 1 INCH;
 const Real cm_constant = 1 CM;