comparison Orthanc/Core/SQLite/StatementReference.cpp @ 65:78aa0a355d3a

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 14:13:04 +0200
parents 15acbf5e7545
children
comparison
equal deleted inserted replaced
64:03a09c575ba8 65:78aa0a355d3a
41 41
42 #include "StatementReference.h" 42 #include "StatementReference.h"
43 #include "OrthancSQLiteException.h" 43 #include "OrthancSQLiteException.h"
44 44
45 #if ORTHANC_SQLITE_STANDALONE != 1 45 #if ORTHANC_SQLITE_STANDALONE != 1
46 #include <glog/logging.h> 46 #include "../Logging.h"
47 #endif 47 #endif
48 48
49 #include <string> 49 #include <string>
50 #include <cassert> 50 #include <cassert>
51 #include "sqlite3.h" 51 #include "sqlite3.h"