diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:53:23 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:53:23 +0300 |
commit | a7a90aaa572f0a6e06697d9a09089dbffbbda5f0 (patch) | |
tree | 7ff8d07445bc2c0a9f6d9be630957757eb4211f1 /include/tgbot | |
parent | 16bfe727751293c3b01b58170c732ccd24e720e2 (diff) |
Add export header.
Diffstat (limited to 'include/tgbot')
-rw-r--r-- | include/tgbot/net/TgLongPoll.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tgbot/net/TgLongPoll.h b/include/tgbot/net/TgLongPoll.h index 53214fb..417260a 100644 --- a/include/tgbot/net/TgLongPoll.h +++ b/include/tgbot/net/TgLongPoll.h @@ -1,6 +1,8 @@ #ifndef TGBOT_TGLONGPOLL_H #define TGBOT_TGLONGPOLL_H +#include "tgbot/export.h" + #include <cstdint> #include <memory> #include <string> |