comparison Core/SQLite/Statement.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 3b68924ffb24
children bd1889029cbb
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
45 #include <string.h> 45 #include <string.h>
46 #include <stdio.h> 46 #include <stdio.h>
47 #include <algorithm> 47 #include <algorithm>
48 48
49 #if ORTHANC_SQLITE_STANDALONE != 1 49 #if ORTHANC_SQLITE_STANDALONE != 1
50 #include <glog/logging.h> 50 #include "../Logging.h"
51 #endif 51 #endif
52 52
53 #include "sqlite3.h" 53 #include "sqlite3.h"
54 54
55 #if defined(_MSC_VER) 55 #if defined(_MSC_VER)