comparison Core/HttpClient.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 05a363186da6
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35 35
36 #include "Exports.h"
37 #include "Enumerations.h" 36 #include "Enumerations.h"
37 #include "OrthancFramework.h"
38 #include "WebServiceParameters.h" 38 #include "WebServiceParameters.h"
39 39
40 #include <string> 40 #include <string>
41 #include <boost/noncopyable.hpp> 41 #include <boost/noncopyable.hpp>
42 #include <boost/shared_ptr.hpp> 42 #include <boost/shared_ptr.hpp>