diff options
Diffstat (limited to 'include/tgbot/net/TgLongPoll.h')
-rw-r--r-- | include/tgbot/net/TgLongPoll.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/tgbot/net/TgLongPoll.h b/include/tgbot/net/TgLongPoll.h index 017c012..53214fb 100644 --- a/include/tgbot/net/TgLongPoll.h +++ b/include/tgbot/net/TgLongPoll.h @@ -2,13 +2,16 @@ #define TGBOT_TGLONGPOLL_H #include <cstdint> - -#include "tgbot/Bot.h" -#include "tgbot/Api.h" -#include "tgbot/EventHandler.h" +#include <memory> +#include <string> +#include <vector> namespace TgBot { +class Api; +class Bot; +class EventHandler; + /** * @brief This class handles long polling and updates parsing. * |