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

« back to all changes in this revision

Viewing changes to debian/patches/gcc_ftbfs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2009-10-09 11:21:18 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091009112118-6p3ipwhg0c7vje3m
Tags: 3.0.0+cvs20081223-4
* QA upload.
* gcc_ftbfs.patch - Include missing headers. (Closes: #549640).
  + Thanks to Nobuhiro Iwamatsu for the patch!
* Add README.source for quilt.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

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