diff options
-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 024c8ad..aa82c0d 100644 --- a/include/tgbot/net/HttpClient.h +++ b/include/tgbot/net/HttpClient.h @@ -6,6 +6,7 @@ #include <string> #include <vector> +#include <cstdint> namespace TgBot { |