summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-10-04 22:50:15 +0000
committerGitHub <noreply@github.com>2019-10-04 22:50:15 +0000
commitd6333978831a93ac641591f9e7bfd6fb2577c77b (patch)
treedfdddaef0045401bddd2b54e69e8d1a63aedf03d
parent94c34f23d7ba951e5f2b3afa7f1ad5a5ea170e35 (diff)
parent678d9ccad61d95fb7c31f6d808968036a348456f (diff)
Merge pull request #2941 from FernandoS27/fix-master
SDL: Fix missing header
-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"