summaryrefslogtreecommitdiff
path: root/src/Bot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bot.cpp')
-rw-r--r--src/Bot.cpp3
1 files changed, 3 insertions, 0 deletions
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 <memory>
+#include <string>
+
namespace TgBot {
Bot::Bot(std::string token, const HttpClient& httpClient)