summaryrefslogtreecommitdiffstats
path: root/src/common/logging/text_formatter.cpp
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-12-03 21:08:02 +0100
committerJannik Vogel <email@jannikvogel.de>2016-12-05 19:09:16 +0100
commit45d941d62e2accea92f5b5183afe760e69a618ac (patch)
tree123b8c13185b472a1fa413c3b8caf42980106207 /src/common/logging/text_formatter.cpp
parentMerge pull request #2269 from Subv/update_dynarmic (diff)
downloadyuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.gz
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.bz2
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.lz
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.xz
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.tar.zst
yuzu-45d941d62e2accea92f5b5183afe760e69a618ac.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/text_formatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp
index d61c1696b..9d423766f 100644
--- a/src/common/logging/text_formatter.cpp
+++ b/src/common/logging/text_formatter.cpp
@@ -7,7 +7,7 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
-#include <Windows.h>
+#include <windows.h>
#endif
#include "common/assert.h"