--- config/ax_cxx_gcc_abi_demangle.m4 2009-05-25 14:19:44.000000000 -0400 +++ config/ax_cxx_gcc_abi_demangle.m4 2009-05-25 14:20:02.000000000 -0400 @@ -15,6 +15,7 @@ AC_LANG_CPLUSPLUS AC_TRY_COMPILE([#include #include +#include #include template --- src/cppunit/TypeInfoHelper.cpp 2009-05-25 15:59:50.000000000 -0400 +++ src/cppunit/TypeInfoHelper.cpp 2009-05-25 16:00:34.000000000 -0400 @@ -6,6 +6,7 @@ #include #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE +#include #include #endif