diff Core/Cache/MemoryCache.cpp @ 291:4d7469f72a0b

embedding of dicom dictionaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 15:15:48 +0100
parents 40d3bf6cc8d9
children bdd72233b105
line wrap: on
line diff
--- a/Core/Cache/MemoryCache.cpp	Fri Dec 14 11:24:24 2012 +0100
+++ b/Core/Cache/MemoryCache.cpp	Fri Dec 14 15:15:48 2012 +0100
@@ -32,6 +32,8 @@
 
 #include "MemoryCache.h"
 
+#include <stdlib.h>  // This fixes a problem in glog for recent
+                     // releases of MinGW
 #include <glog/logging.h>
 
 namespace Orthanc