From f12af5c8b3de66c61c7b096ebbce2f5054c4229a Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 6 May 2023 16:01:49 +0200 Subject: fix gcc13 build --- include/tgbot/net/HttpClient.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include namespace TgBot { -- cgit v1.2.3