diff options
Diffstat (limited to 'include/tgbot/net/HttpClient.h')
-rw-r--r-- | include/tgbot/net/HttpClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/HttpClient.h b/include/tgbot/net/HttpClient.h index d9c72be..9b452d8 100644 --- a/include/tgbot/net/HttpClient.h +++ b/include/tgbot/net/HttpClient.h @@ -1,11 +1,11 @@ #ifndef TGBOT_HTTPCLIENT_H #define TGBOT_HTTPCLIENT_H -#include <string> - #include "tgbot/net/Url.h" #include "tgbot/net/HttpReqArg.h" +#include <string> + namespace TgBot { /** |