~ubuntu-branches/ubuntu/vivid/soci/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: soci-3.0.0+cvs20081223/src/backends/sqlite3/test/test-sqlite3.cpp
===================================================================
--- soci-3.0.0+cvs20081223.orig/src/backends/sqlite3/test/test-sqlite3.cpp	2009-10-09 11:20:12.000000000 -0400
+++ soci-3.0.0+cvs20081223/src/backends/sqlite3/test/test-sqlite3.cpp	2009-10-09 11:20:26.000000000 -0400
@@ -14,6 +14,7 @@
 #include <cassert>
 #include <cmath>
 #include <ctime>
+#include <cstring>
 
 using namespace soci;
 using namespace soci::tests;
Index: soci-3.0.0+cvs20081223/src/backends/postgresql/test/test-postgresql.cpp
===================================================================
--- soci-3.0.0+cvs20081223.orig/src/backends/postgresql/test/test-postgresql.cpp	2009-10-09 11:20:44.000000000 -0400
+++ soci-3.0.0+cvs20081223/src/backends/postgresql/test/test-postgresql.cpp	2009-10-09 11:20:56.000000000 -0400
@@ -15,6 +15,7 @@
 #include <cmath>
 #include <ctime>
 #include <cstdlib>
+#include <cstring>
 
 using namespace soci;
 using namespace soci::tests;