# HG changeset patch # User Sebastien Jodogne # Date 1416391827 -3600 # Node ID 4c649dbeb61a66c784494f3af9cdc6f8cb8d5fdc # Parent 29cf3dd2cea4cad02d566649299952cdccb4d6cc fix build diff -r 29cf3dd2cea4 -r 4c649dbeb61a Core/SQLite/Connection.cpp --- a/Core/SQLite/Connection.cpp Wed Nov 12 14:05:02 2014 +0100 +++ b/Core/SQLite/Connection.cpp Wed Nov 19 11:10:27 2014 +0100 @@ -37,7 +37,6 @@ #if ORTHANC_SQLITE_STANDALONE != 1 #include "../PrecompiledHeaders.h" -#include #endif #include "Connection.h" @@ -48,6 +47,11 @@ #include #include +#if ORTHANC_SQLITE_STANDALONE != 1 +#include +#endif + + namespace Orthanc { namespace SQLite