aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringUtil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/StringUtil.hxx')
-rw-r--r--src/util/StringUtil.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/StringUtil.hxx b/src/util/StringUtil.hxx
index a88645250..2d0773a62 100644
--- a/src/util/StringUtil.hxx
+++ b/src/util/StringUtil.hxx
@@ -24,6 +24,10 @@
#include <stddef.h>
+#ifdef _UNICODE
+#include "WStringUtil.hxx"
+#endif
+
gcc_pure
bool
StringStartsWith(const char *haystack, const char *needle);