comparison OrthancServer/OrthancRestApi/OrthancRestChanges.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 02f5a3f5c0a0
children b1291df2f780
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
32 32
33 #include "../PrecompiledHeadersServer.h" 33 #include "../PrecompiledHeadersServer.h"
34 #include "OrthancRestApi.h" 34 #include "OrthancRestApi.h"
35 35
36 #include "../ServerContext.h" 36 #include "../ServerContext.h"
37
38 #include <glog/logging.h>
39 37
40 namespace Orthanc 38 namespace Orthanc
41 { 39 {
42 // Changes API -------------------------------------------------------------- 40 // Changes API --------------------------------------------------------------
43 41