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

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 14:13:04 +0200
parents b3259b9c6dfb
children
comparison
equal deleted inserted replaced
64:03a09c575ba8 65:78aa0a355d3a
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)