# HG changeset patch # User Sebastien Jodogne # Date 1435910620 -7200 # Node ID f401dd90b35e449271a528856032b8fd8e9bf296 # Parent ee59f539e2224eeb8b8846210b35b328f8870f68 fix for clang diff -r ee59f539e222 -r f401dd90b35e Core/SQLite/FunctionContext.cpp --- 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 +#include namespace Orthanc {