comparison Core/Toolbox.h @ 1322:f497a72d9f71

fixes to the sample plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Feb 2015 13:28:01 +0100
parents 6e7e5ed91c2d
children 704de8c30ff5
comparison
equal deleted inserted replaced
1321:0f9e0e808e0f 1322:f497a72d9f71
35 #include "Enumerations.h" 35 #include "Enumerations.h"
36 36
37 #include <stdint.h> 37 #include <stdint.h>
38 #include <vector> 38 #include <vector>
39 #include <string> 39 #include <string>
40
41 #if ORTHANC_PUGIXML_ENABLED == 1
40 #include <json/json.h> 42 #include <json/json.h>
43 #endif
41 44
42 namespace Orthanc 45 namespace Orthanc
43 { 46 {
44 typedef std::vector<std::string> UriComponents; 47 typedef std::vector<std::string> UriComponents;
45 48