aboutsummaryrefslogtreecommitdiff
path: root/src/util/string_util.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
committercrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
commite8be3841457853daefc26d0ca00256ad8c44f593 (patch)
tree66d9204423c3887ebc7d781d13d815ae0443d620 /src/util/string_util.cpp
parent2ecfdaa20d8436948e4a73da73d6a11b78e88371 (diff)
downloadcru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.gz
cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.bz2
cru-e8be3841457853daefc26d0ca00256ad8c44f593.zip
...
Diffstat (limited to 'src/util/string_util.cpp')
-rw-r--r--src/util/string_util.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/string_util.cpp b/src/util/string_util.cpp
index 3c765259..c9391fc6 100644
--- a/src/util/string_util.cpp
+++ b/src/util/string_util.cpp
@@ -1,6 +1,7 @@
#include "string_util.hpp"
-#include "system_headers.hpp"
+#include <Windows.h>
+
#include "exception.hpp"
namespace cru::util {
@@ -18,4 +19,4 @@ MultiByteString ToUtf8String(const StringView& string) {
"Failed to convert wide string to UTF-8.");
return result;
}
-}
+} // namespace cru::util