From c68ec3c02e015be103dbcad842cb7e5cf8b4a7f1 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 6 Jan 2026 18:21:19 +0100 Subject: [PATCH] fix(tgbot.h): add missing headers --- include/tgbot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tgbot.h b/include/tgbot.h index be554ff..68daf7a 100644 --- a/include/tgbot.h +++ b/include/tgbot.h @@ -2,6 +2,8 @@ #define TGBOT_MAIN_H #include "common.h" +#include "methods.h" +#include "types.h" /** * @brief Create a new Bot object.