From: Joe Neeman Date: Sun, 20 Apr 2008 07:29:02 +0000 (+1000) Subject: Fix "make check" on gcc 4.3 X-Git-Tag: release/2.11.45-1~12^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41b723feaf642125d00d549739c6f9ed2f28fc63;p=lilypond.git Fix "make check" on gcc 4.3 --- diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh index 06434b0332..e324922b69 100644 --- a/flower/include/yaffut.hh +++ b/flower/include/yaffut.hh @@ -9,7 +9,9 @@ #include #include +#include #include +#include #include #include #include diff --git a/flower/test-file-path.cc b/flower/test-file-path.cc index 053d237b66..fb2f3f2f65 100644 --- a/flower/test-file-path.cc +++ b/flower/test-file-path.cc @@ -1,5 +1,7 @@ #include "file-path.hh" +#include + #include "yaffut.hh" #include "config.hh"