diff options
author | John Doe <you@example.com> | 2023-05-06 16:01:49 +0200 |
---|---|---|
committer | John Doe <you@example.com> | 2023-05-06 16:01:49 +0200 |
commit | f12af5c8b3de66c61c7b096ebbce2f5054c4229a (patch) | |
tree | faa80e9ac5571719c8b2b2e1b9acd3042b22bb78 | |
parent | c9ebca67ba33cc2e132cc19e51d52ec2d275fac1 (diff) |
fix gcc13 build
-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 { |