From: Frédéric Bron Date: Wed, 1 Aug 2012 08:08:05 +0000 (+0200) Subject: Issue 2704: Add missing "#include " for use with g++ 4.7 X-Git-Tag: release/2.15.42-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24f6d4147e46775fe83b6e65b843365f3daa94e0;p=lilypond.git Issue 2704: Add missing "#include " for use with g++ 4.7 --- diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh index 0da01807d4..38fba30801 100644 --- a/flower/include/yaffut.hh +++ b/flower/include/yaffut.hh @@ -395,6 +395,9 @@ void assert_throw (void (*pf) (), const char *at = "") #ifdef YAFFUT_MAIN #include +#include +#include + int main (int argc, const char *argv[]) { diff --git a/flower/test-file-path.cc b/flower/test-file-path.cc index 99366a1f10..a20364b98c 100644 --- a/flower/test-file-path.cc +++ b/flower/test-file-path.cc @@ -1,6 +1,7 @@ #include "file-path.hh" #include +#include #include "yaffut.hh" #include "config.hh"