diff options
| author | catzilla4 <alexo6592@aol.com> | 2015-10-05 22:45:55 -0500 |
|---|---|---|
| committer | catzilla4 <catzilla4> | 2015-10-06 19:09:57 -0500 |
| commit | 867a1beb9fcee226c436d974859a284042d3aa21 (patch) | |
| tree | 6501dacf1d5fa5ff7c70983ffe120a13453e51d5 /Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp | |
| parent | 6aa230c2479a9d3071d6c37b32ee87b7cdece4ee (diff) | |
Added some headers to allow Dolphin to compile in my environment.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp index e4983e80bb..3d7a02a3a0 100644 --- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include <cmath> +#include <cstdlib> #include <cstring> #include <X11/XKBlib.h> |
