summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-14 17:53:23 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-14 17:53:23 +0300
commita7a90aaa572f0a6e06697d9a09089dbffbbda5f0 (patch)
tree7ff8d07445bc2c0a9f6d9be630957757eb4211f1
parent16bfe727751293c3b01b58170c732ccd24e720e2 (diff)
Add export header.
-rw-r--r--include/tgbot/net/TgLongPoll.h2
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>