Mercurial > hg > orthanc
comparison Core/SQLite/Connection.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 <memory> | 45 #include <memory> |
46 #include <cassert> | 46 #include <cassert> |
47 #include <string.h> | 47 #include <string.h> |
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 | 55 |