From a7a90aaa572f0a6e06697d9a09089dbffbbda5f0 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Sat, 14 Mar 2020 17:53:23 +0300 Subject: Add export header. --- include/tgbot/net/TgLongPoll.h | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include -- cgit v1.2.3