From b6f2240aea4a496b288215875814309275f3b4f0 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 17:38:20 +0300 Subject: Initial support for shared builds. --- include/tgbot/net/HttpReqArg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/tgbot/net/HttpReqArg.h') diff --git a/include/tgbot/net/HttpReqArg.h b/include/tgbot/net/HttpReqArg.h index 4b6e428..72dfd7d 100644 --- a/include/tgbot/net/HttpReqArg.h +++ b/include/tgbot/net/HttpReqArg.h @@ -1,6 +1,8 @@ #ifndef TGBOT_HTTPPARAMETER_H #define TGBOT_HTTPPARAMETER_H +#include "tgbot/export.h" + #include #include #include @@ -15,7 +17,7 @@ namespace TgBot { * * @ingroup net */ -class HttpReqArg { +class TGBOT_API HttpReqArg { public: template -- cgit v1.2.3