comparison OrthancFramework/Sources/HttpClient.h @ 4392:3af1d763763a

confining Json::Reader and Json::*Writer into Toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2020 18:09:47 +0100
parents 785a2713323e
children d9473bd5ed43
comparison
equal deleted inserted replaced
4391:0c4ff5609548 4392:3af1d763763a
27 #include "WebServiceParameters.h" 27 #include "WebServiceParameters.h"
28 28
29 #include <string> 29 #include <string>
30 #include <boost/noncopyable.hpp> 30 #include <boost/noncopyable.hpp>
31 #include <boost/shared_ptr.hpp> 31 #include <boost/shared_ptr.hpp>
32 #include <json/json.h> 32 #include <json/value.h>
33 33
34 #if !defined(ORTHANC_ENABLE_CURL) 34 #if !defined(ORTHANC_ENABLE_CURL)
35 # error The macro ORTHANC_ENABLE_CURL must be defined 35 # error The macro ORTHANC_ENABLE_CURL must be defined
36 #endif 36 #endif
37 37