[Opentrep-svn] SF.net SVN: opentrep:[211] branches/soci-3.0.0/soci/backends/postgresql/ test/test-p
Status: Beta
Brought to you by:
denis_arnaud
From: <den...@us...> - 2010-01-23 12:29:28
|
Revision: 211 http://opentrep.svn.sourceforge.net/opentrep/?rev=211&view=rev Author: denis_arnaud Date: 2010-01-23 12:25:46 +0000 (Sat, 23 Jan 2010) Log Message: ----------- [Soci-3.0.0] Fixed a compilation issue with g++ 4.4, with the postgresql test. Modified Paths: -------------- branches/soci-3.0.0/soci/backends/postgresql/test/test-postgresql.cpp Modified: branches/soci-3.0.0/soci/backends/postgresql/test/test-postgresql.cpp =================================================================== --- branches/soci-3.0.0/soci/backends/postgresql/test/test-postgresql.cpp 2010-01-05 17:01:56 UTC (rev 210) +++ branches/soci-3.0.0/soci/backends/postgresql/test/test-postgresql.cpp 2010-01-23 12:25:46 UTC (rev 211) @@ -23,6 +23,7 @@ #include <cmath> #include <ctime> #include <cstdlib> +#include <cstring> using namespace soci; using namespace soci::tests; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |