summaryrefslogtreecommitdiff
path: root/include/tgbot/net/HttpClient.h
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2023-05-11 00:22:39 +0400
committerGitHub <noreply@github.com>2023-05-11 00:22:39 +0400
commitefe43f54f830702d59fb355e0503c27d6478b538 (patch)
tree24f45169b4d5a4dda5eafe8713dede3b1675f386 /include/tgbot/net/HttpClient.h
parente503416d66b83810a5ae253d4e82c1bc652b38de (diff)
parent3c65483498f0e39aceed62050a718f3edc68077a (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.h1
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 {