From 41b723feaf642125d00d549739c6f9ed2f28fc63 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 20 Apr 2008 17:29:02 +1000 Subject: [PATCH] Fix "make check" on gcc 4.3 --- flower/include/yaffut.hh | 2 ++ flower/test-file-path.cc | 2 ++ 2 files changed, 4 insertions(+) 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" -- 2.39.5