Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | c0bdc47165ef |
children | 0586ed8897f1 |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp Tue Aug 04 09:35:09 2015 +0200 +++ b/OrthancServer/ServerIndex.cpp Tue Aug 04 10:01:31 2015 +0200 @@ -41,14 +41,15 @@ #include "EmbeddedResources.h" #include "OrthancInitialization.h" #include "../Core/Toolbox.h" +#include "../Core/Logging.h" #include "../Core/Uuid.h" #include "../Core/DicomFormat/DicomArray.h" + #include "FromDcmtkBridge.h" #include "ServerContext.h" #include <boost/lexical_cast.hpp> #include <stdio.h> -#include <glog/logging.h> static const uint64_t MEGA_BYTES = 1024 * 1024;