summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-12-11 20:44:21 +0100
committerGitHub <noreply@github.com>2016-12-11 20:44:21 +0100
commit2589c30cbee4e90b717cb8f42e1f25e2eabc119f (patch)
tree92f4d13a3c2cca41664f8d4a31c09ad9dd3e80ae /src/common/string_util.cpp
parentMerge pull request #2154 from mailwl/apt-getstartupargument (diff)
parentgdbstub: Remove unused include (diff)
downloadyuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.gz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.bz2
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.lz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.xz
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.tar.zst
yuzu-2589c30cbee4e90b717cb8f42e1f25e2eabc119f.zip
Diffstat (limited to 'src/common/string_util.cpp')
-rw-r--r--src/common/string_util.cpp2
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 @@
#ifdef _WIN32
#include <codecvt>
-#include <Windows.h>
+#include <windows.h>
#include "common/common_funcs.h"
#else
#include <iconv.h>