comparison Core/SQLite/Connection.cpp @ 1474:3b68924ffb24

fix path to sqlite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 01 Aug 2015 19:52:22 +0200
parents 63d47b1fa239
children f967bdf8534e
comparison
equal deleted inserted replaced
1473:0631b56c35eb 1474:3b68924ffb24
42 #include "Connection.h" 42 #include "Connection.h"
43 #include "OrthancSQLiteException.h" 43 #include "OrthancSQLiteException.h"
44 44
45 #include <memory> 45 #include <memory>
46 #include <cassert> 46 #include <cassert>
47 #include <sqlite3.h>
48 #include <string.h> 47 #include <string.h>
49 48
50 #if ORTHANC_SQLITE_STANDALONE != 1 49 #if ORTHANC_SQLITE_STANDALONE != 1
51 #include <glog/logging.h> 50 #include <glog/logging.h>
52 #endif 51 #endif
52
53 #include "sqlite3.h"
53 54
54 55
55 namespace Orthanc 56 namespace Orthanc
56 { 57 {
57 namespace SQLite 58 namespace SQLite