diff options
-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> |