[Saga-devel] saga SVN commit 3330: /trunk/adaptors/default/external/soci/postgresql/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Sun Jan 18 05:10:58 CST 2009


User: amerzky
Date: 2009/01/18 05:10 AM

Modified:
 /trunk/adaptors/default/external/soci/postgresql/
  common.h

Log:
 fix missing type

File Changes:

Directory: /trunk/adaptors/default/external/soci/postgresql/
============================================================

File [modified]: common.h
Delta lines: +1 -0
===================================================================
--- trunk/adaptors/default/external/soci/postgresql/common.h	2009-01-18 06:57:38 UTC (rev 3329)
+++ trunk/adaptors/default/external/soci/postgresql/common.h	2009-01-18 11:10:50 UTC (rev 3330)
@@ -9,6 +9,7 @@
 #define POSTGRESQL_COMMON_H_INCLUDED
 
 #include "soci-postgresql.h"
+#include <ctime>
 
 namespace SOCI {
 



More information about the saga-devel mailing list