comparison Orthanc/Core/PrecompiledHeaders.h @ 148:4217644ac904

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:16:28 +0100
parents 3809121c3290
children 1a90184363f8
comparison
equal deleted inserted replaced
147:70d1fe6d6309 148:4217644ac904
46 #include <boost/thread.hpp> 46 #include <boost/thread.hpp>
47 #include <boost/thread/shared_mutex.hpp> 47 #include <boost/thread/shared_mutex.hpp>
48 48
49 #include <json/value.h> 49 #include <json/value.h>
50 50
51 #if ORTHANC_PUGIXML_ENABLED == 1 51 #if ORTHANC_ENABLE_PUGIXML == 1
52 #include <pugixml.hpp> 52 #include <pugixml.hpp>
53 #endif 53 #endif
54 54
55 #include "Enumerations.h" 55 #include "Enumerations.h"
56 #include "Logging.h" 56 #include "Logging.h"