diff Core/SQLite/FunctionContext.cpp @ 1464:f401dd90b35e

fix for clang
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 10:03:40 +0200
parents 63d47b1fa239
children 3b68924ffb24
line wrap: on
line diff
--- a/Core/SQLite/FunctionContext.cpp	Thu Jul 02 16:57:57 2015 +0200
+++ b/Core/SQLite/FunctionContext.cpp	Fri Jul 03 10:03:40 2015 +0200
@@ -40,6 +40,7 @@
 #include "OrthancSQLiteException.h"
 
 #include <sqlite3.h>
+#include <string>
 
 namespace Orthanc
 {