diff Core/SQLite/StatementReference.cpp @ 1226:3f62e1269cca

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Nov 2014 11:15:34 +0100
parents 9b9026560a5f
children 63d47b1fa239
line wrap: on
line diff
--- a/Core/SQLite/StatementReference.cpp	Wed Nov 19 11:10:27 2014 +0100
+++ b/Core/SQLite/StatementReference.cpp	Wed Nov 19 11:15:34 2014 +0100
@@ -37,12 +37,15 @@
 
 #if ORTHANC_SQLITE_STANDALONE != 1
 #include "../PrecompiledHeaders.h"
-#include <glog/logging.h>
 #endif
 
 #include "StatementReference.h"
 #include "OrthancSQLiteException.h"
 
+#if ORTHANC_SQLITE_STANDALONE != 1
+#include <glog/logging.h>
+#endif
+
 #include <cassert>
 #include "sqlite3.h"