summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-04 18:14:11 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2019-10-04 18:14:11 -0400
commit678d9ccad61d95fb7c31f6d808968036a348456f (patch)
treedfdddaef0045401bddd2b54e69e8d1a63aedf03d /src
parent94c34f23d7ba951e5f2b3afa7f1ad5a5ea170e35 (diff)
SDL: Fix missing header
This fixes linux and mingw builds.
Diffstat (limited to 'src')
-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"