From: <syn...@us...> - 2008-08-08 22:53:23
|
Revision: 897 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=897&view=rev Author: syntheticpp Date: 2008-08-08 22:53:19 +0000 (Fri, 08 Aug 2008) Log Message: ----------- GCC 4.3 fixes: at least compile Modified Paths: -------------- trunk/include/loki/SafeFormat.h trunk/test/CachedFactory/CachedFactoryTest.cpp trunk/test/RegressionTest/AssocVectorTest.h trunk/test/SmartPtr/main.cpp Modified: trunk/include/loki/SafeFormat.h =================================================================== --- trunk/include/loki/SafeFormat.h 2008-08-08 22:20:05 UTC (rev 896) +++ trunk/include/loki/SafeFormat.h 2008-08-08 22:53:19 UTC (rev 897) @@ -24,6 +24,7 @@ #include <cstdio> #include <climits> #include <string> +#include <string> #include <stdexcept> #include <utility> #include <cassert> Modified: trunk/test/CachedFactory/CachedFactoryTest.cpp =================================================================== --- trunk/test/CachedFactory/CachedFactoryTest.cpp 2008-08-08 22:20:05 UTC (rev 896) +++ trunk/test/CachedFactory/CachedFactoryTest.cpp 2008-08-08 22:53:19 UTC (rev 897) @@ -25,6 +25,7 @@ #include <cassert> #include <iostream> +#include <cstring> #include <loki/Factory.h> #ifdef LOKI_DISABLE_TYPELIST_MACROS Modified: trunk/test/RegressionTest/AssocVectorTest.h =================================================================== --- trunk/test/RegressionTest/AssocVectorTest.h 2008-08-08 22:20:05 UTC (rev 896) +++ trunk/test/RegressionTest/AssocVectorTest.h 2008-08-08 22:53:19 UTC (rev 897) @@ -18,6 +18,7 @@ #include <cstdio> #include <cstdlib> +#include <cstring> #include <ctime> #include <loki/AssocVector.h> #include "UnitTest.h" Modified: trunk/test/SmartPtr/main.cpp =================================================================== --- trunk/test/SmartPtr/main.cpp 2008-08-08 22:20:05 UTC (rev 896) +++ trunk/test/SmartPtr/main.cpp 2008-08-08 22:53:19 UTC (rev 897) @@ -18,6 +18,7 @@ #include <loki/SmartPtr.h> #include <iostream> +#include <cstring> #include "base.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |