Mercurial > hg > orthanc
comparison Core/Logging.h @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | 27661b33f624 |
children | 23083810d543 |
comparison
equal
deleted
inserted
replaced
1485:27661b33f624 | 1486:f967bdf8534e |
---|---|
30 **/ | 30 **/ |
31 | 31 |
32 | 32 |
33 #pragma once | 33 #pragma once |
34 | 34 |
35 #if HAVE_GOOGLE_LOG == 1 | |
36 #include <stdlib.h> // This fixes a problem in glog for recent releases of MinGW | |
35 #include <glog/logging.h> | 37 #include <glog/logging.h> |
38 #endif | |
36 | 39 |
37 namespace Orthanc | 40 namespace Orthanc |
38 { | 41 { |
39 namespace Logging | 42 namespace Logging |
40 { | 43 { |