diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:38:20 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:38:20 +0300 |
commit | b6f2240aea4a496b288215875814309275f3b4f0 (patch) | |
tree | 576f7b8ea25738eba1aceae63fef21777cd7db3b /include/tgbot/net/HttpReqArg.h | |
parent | ec7affea995fef1c760f40fed7d39f1c6dafb980 (diff) |
Initial support for shared builds.
Diffstat (limited to 'include/tgbot/net/HttpReqArg.h')
-rw-r--r-- | include/tgbot/net/HttpReqArg.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <string> #include <utility> #include <vector> @@ -15,7 +17,7 @@ namespace TgBot { * * @ingroup net */ -class HttpReqArg { +class TGBOT_API HttpReqArg { public: template<typename T> |