Fix build failing when disabling precompiled headers.

This commit is contained in:
Rohit Nirmal
2014-09-18 23:17:41 -05:00
parent bd740ae9c7
commit 46057db37d
39 changed files with 50 additions and 11 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <sstream>
#include "InputCommon/ControllerInterface/Android/Android.h"
namespace ciface

View File

@ -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"

View File

@ -1,3 +1,4 @@
#include <cstring>
#include <X11/XKBlib.h>
#include "InputCommon/ControllerInterface/Xlib/Xlib.h"