[Saga-devel] saga SVN commit 3331:
/trunk/adaptors/default/external/soci/postgresql/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Sun Jan 18 05:15:31 CST 2009
User: amerzky
Date: 2009/01/18 05:15 AM
Modified:
/trunk/adaptors/default/external/soci/postgresql/
standard-into-type.cpp, vector-into-type.cpp
Log:
more missing include fixes
File Changes:
Directory: /trunk/adaptors/default/external/soci/postgresql/
============================================================
File [modified]: standard-into-type.cpp
Delta lines: +2 -0
===================================================================
--- trunk/adaptors/default/external/soci/postgresql/standard-into-type.cpp 2009-01-18 11:10:50 UTC (rev 3330)
+++ trunk/adaptors/default/external/soci/postgresql/standard-into-type.cpp 2009-01-18 11:15:21 UTC (rev 3331)
@@ -5,6 +5,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
+#include <stdlib.h>
+
#define SOCI_POSTGRESQL_SOURCE
#include "soci-postgresql.h"
#include "common.h"
File [modified]: vector-into-type.cpp
Delta lines: +2 -0
===================================================================
--- trunk/adaptors/default/external/soci/postgresql/vector-into-type.cpp 2009-01-18 11:10:50 UTC (rev 3330)
+++ trunk/adaptors/default/external/soci/postgresql/vector-into-type.cpp 2009-01-18 11:15:21 UTC (rev 3331)
@@ -5,6 +5,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
+#include <stdlib.h>
+
#define SOCI_POSTGRESQL_SOURCE
#include "soci-postgresql.h"
#include "common.h"
More information about the saga-devel
mailing list