diff options
| author | 2016-12-03 21:08:02 +0100 | |
|---|---|---|
| committer | 2016-12-05 19:09:16 +0100 | |
| commit | 45d941d62e2accea92f5b5183afe760e69a618ac (patch) | |
| tree | 123b8c13185b472a1fa413c3b8caf42980106207 /src/common/string_util.cpp | |
| parent | Merge pull request #2269 from Subv/update_dynarmic (diff) | |
| download | yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.gz yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.xz yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.zip | |
Support mingw cross-compile
Diffstat (limited to 'src/common/string_util.cpp')
| -rw-r--r-- | src/common/string_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp index df1008180..bad311793 100644 --- a/src/common/string_util.cpp +++ b/src/common/string_util.cpp | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | #ifdef _WIN32 | 15 | #ifdef _WIN32 |
| 16 | #include <codecvt> | 16 | #include <codecvt> |
| 17 | #include <Windows.h> | 17 | #include <windows.h> |
| 18 | #include "common/common_funcs.h" | 18 | #include "common/common_funcs.h" |
| 19 | #else | 19 | #else |
| 20 | #include <iconv.h> | 20 | #include <iconv.h> |