diff options
Diffstat (limited to 'Swiften/IDN/IDNA.h')
-rw-r--r-- | Swiften/IDN/IDNA.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swiften/IDN/IDNA.h b/Swiften/IDN/IDNA.h index 19af1e6..6ac51bf 100644 --- a/Swiften/IDN/IDNA.h +++ b/Swiften/IDN/IDNA.h @@ -8,8 +8,10 @@ #include <string> +#include <Swiften/Base/API.h> + namespace Swift { - class IDNA { + class SWIFTEN_API IDNA { public: static std::string getEncoded(const std::string& s); }; |