diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2023-05-11 00:22:39 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 00:22:39 +0400 |
commit | efe43f54f830702d59fb355e0503c27d6478b538 (patch) | |
tree | 24f45169b4d5a4dda5eafe8713dede3b1675f386 /include/tgbot/net/HttpClient.h | |
parent | e503416d66b83810a5ae253d4e82c1bc652b38de (diff) | |
parent | 3c65483498f0e39aceed62050a718f3edc68077a (diff) |
Merge pull request #277 from Iife85dr1/master
fix gcc13 build
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 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 { |