diff 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpClient.h	Mon Dec 21 08:47:29 2020 +0100
+++ b/OrthancFramework/Sources/HttpClient.h	Mon Dec 21 18:09:47 2020 +0100
@@ -29,7 +29,7 @@
 #include <string>
 #include <boost/noncopyable.hpp>
 #include <boost/shared_ptr.hpp>
-#include <json/json.h>
+#include <json/value.h>
 
 #if !defined(ORTHANC_ENABLE_CURL)
 #  error The macro ORTHANC_ENABLE_CURL must be defined