summaryrefslogtreecommitdiff
path: root/include/util/StringUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/StringUtils.hpp')
-rw-r--r--include/util/StringUtils.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/util/StringUtils.hpp b/include/util/StringUtils.hpp
index c6b9f87..d0c832e 100644
--- a/include/util/StringUtils.hpp
+++ b/include/util/StringUtils.hpp
@@ -3,6 +3,8 @@
#include <string>
-bool stringicasecmp( const std::string &s1, const std::string &s2 );
+#include "util/UtilExportable.hpp"
+
+UTIL_DLL_VISIBLE bool stringicasecmp( const std::string &s1, const std::string &s2 );
#endif