summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-10-05 00:50:15 +0200
committerGitHub <noreply@github.com>2019-10-05 00:50:15 +0200
commitd6333978831a93ac641591f9e7bfd6fb2577c77b (patch)
treedfdddaef0045401bddd2b54e69e8d1a63aedf03d /src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
parentMerge pull request #2896 from FearlessTobi/port-4950 (diff)
parentSDL: Fix missing header (diff)
downloadyuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar.gz
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar.bz2
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar.lz
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar.xz
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.tar.zst
yuzu-d6333978831a93ac641591f9e7bfd6fb2577c77b.zip
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.cpp')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
index aa69cc9c8..b1c512db1 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
@@ -6,6 +6,7 @@
#include "common/logging/log.h"
#include "common/scm_rev.h"
#include "core/core.h"
+#include "core/perf_stats.h"
#include "input_common/keyboard.h"
#include "input_common/main.h"
#include "input_common/motion_emu.h"