Mercurial > hg > orthanc
diff Core/SQLite/StatementReference.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | aa9b8fa97576 |
children | bd1889029cbb |
line wrap: on
line diff
--- a/Core/SQLite/StatementReference.cpp Tue Aug 04 09:35:09 2015 +0200 +++ b/Core/SQLite/StatementReference.cpp Tue Aug 04 10:01:31 2015 +0200 @@ -43,7 +43,7 @@ #include "OrthancSQLiteException.h" #if ORTHANC_SQLITE_STANDALONE != 1 -#include <glog/logging.h> +#include "../Logging.h" #endif #include <string>