comparison Core/HttpClient.h @ 1404:8a330b258491

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:16:43 +0200
parents 6e7e5ed91c2d
children 0011cc99443c
comparison
equal deleted inserted replaced
1403:fafb99773476 1404:8a330b258491
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #include "../Core/Enumerations.h" 35 #include "Enumerations.h"
36 36
37 #include <string> 37 #include <string>
38 #include <boost/shared_ptr.hpp> 38 #include <boost/shared_ptr.hpp>
39 #include <json/json.h> 39 #include <json/json.h>
40 40