comparison Core/Toolbox.h @ 1425:97268448bdfc

refactoring of samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Jun 2015 16:23:27 +0200
parents fe384a9d3b51
children ad94a3583b07
comparison
equal deleted inserted replaced
1424:fe384a9d3b51 1425:97268448bdfc
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
42 #include <json/json.h> 40 #include <json/json.h>
43 #endif
44 41
45 namespace Orthanc 42 namespace Orthanc
46 { 43 {
47 typedef std::vector<std::string> UriComponents; 44 typedef std::vector<std::string> UriComponents;
48 45