changeset 1464:f401dd90b35e

fix for clang
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 10:03:40 +0200
parents ee59f539e222
children 905842836ad4
files Core/SQLite/FunctionContext.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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
 {