comparison OrthancFramework/Sources/WebServiceParameters.h @ 4523:fba1a8fff2b8

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 13:46:58 +0100
parents 017ab543e6ef
children 7053502fbf97
comparison
equal deleted inserted replaced
4522:017ab543e6ef 4523:fba1a8fff2b8
28 # error The macro ORTHANC_SANDBOXED must be defined 28 # error The macro ORTHANC_SANDBOXED must be defined
29 #endif 29 #endif
30 30
31 #include <map> 31 #include <map>
32 #include <set> 32 #include <set>
33 #include <stdint.h>
33 #include <string> 34 #include <string>
34 #include <json/value.h> 35 #include <json/value.h>
35 36
36 namespace Orthanc 37 namespace Orthanc
37 { 38 {