diff Core/SQLite/StatementReference.cpp @ 1398:aa9b8fa97576

fix for msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 12:47:49 +0200
parents 63d47b1fa239
children f967bdf8534e
line wrap: on
line diff
--- a/Core/SQLite/StatementReference.cpp	Mon Jun 01 11:50:58 2015 +0200
+++ b/Core/SQLite/StatementReference.cpp	Mon Jun 01 12:47:49 2015 +0200
@@ -46,6 +46,7 @@
 #include <glog/logging.h>
 #endif
 
+#include <string>
 #include <cassert>
 #include "sqlite3.h"