]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix "make check" on gcc 4.3
authorJoe Neeman <joeneeman@gmail.com>
Sun, 20 Apr 2008 07:29:02 +0000 (17:29 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 23 Apr 2008 11:34:22 +0000 (21:34 +1000)
flower/include/yaffut.hh
flower/test-file-path.cc

index 06434b03324ad0b334b318065014cb95a4d1cbd7..e324922b69738c60abbc17c7ab88b46ef3b789b8 100644 (file)
@@ -9,7 +9,9 @@
 #include <cxxabi.h>
 
 #include <cmath>
+#include <cstring>
 #include <iostream>
+#include <limits>
 #include <map>
 #include <memory>
 #include <sstream>
index 053d237b66eec07064aa412a6b69dba81b89759c..fb2f3f2f65a7a5202432cb5d16e86c7f5bd500e4 100644 (file)
@@ -1,5 +1,7 @@
 #include "file-path.hh"
 
+#include <limits.h>
+
 #include "yaffut.hh"
 #include "config.hh"