comparison 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
comparison
equal deleted inserted replaced
1225:4c649dbeb61a 1226:3f62e1269cca
35 **/ 35 **/
36 36
37 37
38 #if ORTHANC_SQLITE_STANDALONE != 1 38 #if ORTHANC_SQLITE_STANDALONE != 1
39 #include "../PrecompiledHeaders.h" 39 #include "../PrecompiledHeaders.h"
40 #include <glog/logging.h>
41 #endif 40 #endif
42 41
43 #include "StatementReference.h" 42 #include "StatementReference.h"
44 #include "OrthancSQLiteException.h" 43 #include "OrthancSQLiteException.h"
44
45 #if ORTHANC_SQLITE_STANDALONE != 1
46 #include <glog/logging.h>
47 #endif
45 48
46 #include <cassert> 49 #include <cassert>
47 #include "sqlite3.h" 50 #include "sqlite3.h"
48 51
49 namespace Orthanc 52 namespace Orthanc