Mercurial > hg > orthanc
comparison Core/SQLite/StatementReference.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | aa9b8fa97576 |
children | bd1889029cbb |
comparison
equal
deleted
inserted
replaced
1485:27661b33f624 | 1486:f967bdf8534e |
---|---|
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" |