← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1210677-sqlite into lp:zorba/sqlite-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210677-sqlite into lp:zorba/sqlite-module.

Commit message:
Add #include <memory>.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210677-sqlite/+merge/185903
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210677-sqlite/+merge/185903
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210677-sqlite into lp:zorba/sqlite-module.
=== modified file 'src/sqlite_module.xq.src/sqlite_module.cpp'
--- src/sqlite_module.xq.src/sqlite_module.cpp	2013-07-30 00:38:13 +0000
+++ src/sqlite_module.xq.src/sqlite_module.cpp	2013-09-16 18:51:11 +0000
@@ -17,6 +17,7 @@
 #include <cstdio>
 #include <sstream>
 #include <string>
+#include <memory>
 
 #include <sqlite3.h>
 


Follow ups