Browse Source
Merge pull request #2941 from FernandoS27/fix-master
SDL: Fix missing header
pull/15/merge
Rodrigo Locatti
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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"
|
|
|
|
|