diff options
Diffstat (limited to 'include/tgbot/net/Url.h')
-rw-r--r-- | include/tgbot/net/Url.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tgbot/net/Url.h b/include/tgbot/net/Url.h index dbea837..818cf69 100644 --- a/include/tgbot/net/Url.h +++ b/include/tgbot/net/Url.h @@ -1,6 +1,8 @@ #ifndef TGBOT_CPP_URL_H #define TGBOT_CPP_URL_H +#include "tgbot/export.h" + #include <string> namespace TgBot { @@ -10,7 +12,7 @@ namespace TgBot { * * @ingroup net */ -class Url { +class TGBOT_API Url { public: Url(const std::string& url); |