Mercurial > hg > orthanc
changeset 1225:4c649dbeb61a
fix build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Nov 2014 11:10:27 +0100 |
parents | 29cf3dd2cea4 |
children | 3f62e1269cca |
files | Core/SQLite/Connection.cpp |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/SQLite/Connection.cpp Wed Nov 12 14:05:02 2014 +0100 +++ b/Core/SQLite/Connection.cpp Wed Nov 19 11:10:27 2014 +0100 @@ -37,7 +37,6 @@ #if ORTHANC_SQLITE_STANDALONE != 1 #include "../PrecompiledHeaders.h" -#include <glog/logging.h> #endif #include "Connection.h" @@ -48,6 +47,11 @@ #include <sqlite3.h> #include <string.h> +#if ORTHANC_SQLITE_STANDALONE != 1 +#include <glog/logging.h> +#endif + + namespace Orthanc { namespace SQLite