diff options
Diffstat (limited to 'include/tgbot/net/CurlHttpClient.h')
-rw-r--r-- | include/tgbot/net/CurlHttpClient.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tgbot/net/CurlHttpClient.h b/include/tgbot/net/CurlHttpClient.h index cf120a4..0f93937 100644 --- a/include/tgbot/net/CurlHttpClient.h +++ b/include/tgbot/net/CurlHttpClient.h @@ -3,16 +3,16 @@ #ifdef HAVE_CURL -#include <string> -#include <vector> - -#include <curl/curl.h> - #include "tgbot/net/HttpClient.h" #include "tgbot/net/Url.h" #include "tgbot/net/HttpReqArg.h" #include "tgbot/net/HttpParser.h" +#include <curl/curl.h> + +#include <string> +#include <vector> + namespace TgBot { /** |