mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix build failing when disabling precompiled headers.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <sstream>
|
||||
#include "InputCommon/ControllerInterface/Android/Android.h"
|
||||
|
||||
namespace ciface
|
||||
|
@ -3,6 +3,7 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <X11/XKBlib.h>
|
||||
|
||||
#include "InputCommon/ControllerInterface/Xlib/XInput2.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <cstring>
|
||||
#include <X11/XKBlib.h>
|
||||
|
||||
#include "InputCommon/ControllerInterface/Xlib/Xlib.h"
|
||||
|
Reference in New Issue
Block a user