diff 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
line wrap: on
line diff
--- a/Core/SQLite/Statement.cpp	Tue Aug 04 09:35:09 2015 +0200
+++ b/Core/SQLite/Statement.cpp	Tue Aug 04 10:01:31 2015 +0200
@@ -47,7 +47,7 @@
 #include <algorithm>
 
 #if ORTHANC_SQLITE_STANDALONE != 1
-#include <glog/logging.h>
+#include "../Logging.h"
 #endif
 
 #include "sqlite3.h"