summaryrefslogtreecommitdiffstats
path: root/src/citra/citra.cpp
diff options
context:
space:
mode:
authorB3n30 <bene_thomas@web.de>2017-06-25 02:38:16 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-06-25 02:38:16 +0200
commit6ba089fafbf6589fc34b1924e4d8a3c0103eeae7 (patch)
treed53ceecbe1f1b21bb909e63430b1861d7eb469d5 /src/citra/citra.cpp
parentMerge pull request #2801 from yuriks/session-svcs (diff)
downloadyuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar.gz
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar.bz2
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar.lz
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar.xz
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.tar.zst
yuzu-6ba089fafbf6589fc34b1924e4d8a3c0103eeae7.zip
Diffstat (limited to '')
-rw-r--r--src/citra/citra.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp
index dd357ff72..14574e56c 100644
--- a/src/citra/citra.cpp
+++ b/src/citra/citra.cpp
@@ -18,7 +18,10 @@
#endif
#ifdef _WIN32
+// windows.h needs to be included before shellapi.h
#include <windows.h>
+
+#include <shellapi.h>
#endif
#include "citra/config.h"