Mercurial > hg > orthanc
comparison Core/Cache/MemoryCache.cpp @ 1486:f967bdf8534e
refactoring to Logging.h
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2015 10:01:31 +0200 |
parents | 6e7e5ed91c2d |
children | b1291df2f780 |
comparison
equal
deleted
inserted
replaced
1485:27661b33f624 | 1486:f967bdf8534e |
---|---|
31 | 31 |
32 | 32 |
33 #include "../PrecompiledHeaders.h" | 33 #include "../PrecompiledHeaders.h" |
34 #include "MemoryCache.h" | 34 #include "MemoryCache.h" |
35 | 35 |
36 #include <stdlib.h> // This fixes a problem in glog for recent | 36 #include "../Logging.h" |
37 // releases of MinGW | |
38 #include <glog/logging.h> | |
39 | 37 |
40 namespace Orthanc | 38 namespace Orthanc |
41 { | 39 { |
42 MemoryCache::Page& MemoryCache::Load(const std::string& id) | 40 MemoryCache::Page& MemoryCache::Load(const std::string& id) |
43 { | 41 { |