From 24f6d4147e46775fe83b6e65b843365f3daa94e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Bron?= Date: Wed, 1 Aug 2012 10:08:05 +0200 Subject: [PATCH] Issue 2704: Add missing "#include " for use with g++ 4.7 --- flower/include/yaffut.hh | 3 +++ flower/test-file-path.cc | 1 + 2 files changed, 4 insertions(+) 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" -- 2.39.2