diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:35:14 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:35:14 +0300 |
commit | e12563189c2eedc9c7ae7cfc85cae842fb4b6141 (patch) | |
tree | d22f8b36dbe19cc5c5ce464a79c7df03641126f9 /include | |
parent | b3e84e58d471412b9d26e173b77c757d93d57b19 (diff) |
Add missing header.
Diffstat (limited to 'include')
-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" |