diff options
Diffstat (limited to 'include/tgbot/Bot.h')
-rw-r--r-- | include/tgbot/Bot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index ac5d096..bf77380 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -1,6 +1,7 @@ #ifndef TGBOT_CPP_BOT_H #define TGBOT_CPP_BOT_H +#include <memory> #include <string> #include <utility> #include "tgbot/Api.h" |