From 1ca2df042d87370fa8f8cc84d6e5c36b3af1256f Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Fri, 8 Aug 2008 22:53:19 +0000 Subject: [PATCH] GCC 4.3 fixes: at least compile git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@897 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/SafeFormat.h | 1 + test/CachedFactory/CachedFactoryTest.cpp | 1 + test/RegressionTest/AssocVectorTest.h | 1 + test/SmartPtr/main.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/include/loki/SafeFormat.h b/include/loki/SafeFormat.h index e978f36..93e1db5 100644 --- a/include/loki/SafeFormat.h +++ b/include/loki/SafeFormat.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/test/CachedFactory/CachedFactoryTest.cpp b/test/CachedFactory/CachedFactoryTest.cpp index 3b24bfe..c4567fe 100644 --- a/test/CachedFactory/CachedFactoryTest.cpp +++ b/test/CachedFactory/CachedFactoryTest.cpp @@ -25,6 +25,7 @@ #include #include +#include #include #ifdef LOKI_DISABLE_TYPELIST_MACROS diff --git a/test/RegressionTest/AssocVectorTest.h b/test/RegressionTest/AssocVectorTest.h index 4532993..59a878a 100644 --- a/test/RegressionTest/AssocVectorTest.h +++ b/test/RegressionTest/AssocVectorTest.h @@ -18,6 +18,7 @@ #include #include +#include #include #include #include "UnitTest.h" diff --git a/test/SmartPtr/main.cpp b/test/SmartPtr/main.cpp index 3f67969..9171842 100644 --- a/test/SmartPtr/main.cpp +++ b/test/SmartPtr/main.cpp @@ -18,6 +18,7 @@ #include #include +#include #include "base.h"