comparison Core/SystemToolbox.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 5d2348b39392
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
40 #if ORTHANC_SANDBOXED == 1 40 #if ORTHANC_SANDBOXED == 1
41 # error The namespace SystemToolbox cannot be used in sandboxed environments 41 # error The namespace SystemToolbox cannot be used in sandboxed environments
42 #endif 42 #endif
43 43
44 #include "Enumerations.h" 44 #include "Enumerations.h"
45 #include "Exports.h" 45 #include "OrthancFramework.h"
46 46
47 #include <map> 47 #include <map>
48 #include <vector> 48 #include <vector>
49 #include <string> 49 #include <string>
50 #include <stdint.h> 50 #include <stdint.h>