From a2ea1d3c9df1718cafaf0e51d19c73e0ced903e5 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Tue, 17 Mar 2020 05:21:09 +0300 Subject: format: add missing headers - add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build --- src/Bot.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Bot.cpp') diff --git a/src/Bot.cpp b/src/Bot.cpp index b1e1ea5..e0acbdb 100644 --- a/src/Bot.cpp +++ b/src/Bot.cpp @@ -2,6 +2,9 @@ #include "tgbot/EventBroadcaster.h" +#include +#include + namespace TgBot { Bot::Bot(std::string token, const HttpClient& httpClient) -- cgit v1.2.3