diff options
Diffstat (limited to 'include/tgbot/net/HttpClient.h')
-rw-r--r-- | include/tgbot/net/HttpClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/net/HttpClient.h b/include/tgbot/net/HttpClient.h index d9c72be..8542153 100644 --- a/include/tgbot/net/HttpClient.h +++ b/include/tgbot/net/HttpClient.h @@ -2,6 +2,7 @@ #define TGBOT_HTTPCLIENT_H #include <string> +#include <vector> #include "tgbot/net/Url.h" #include "tgbot/net/HttpReqArg.h" |