diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-12-01 03:53:32 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-12-01 03:53:32 -0500 |
| commit | 21d039059eed7dbd23dadb7080fbf0ff1cd14a91 (patch) | |
| tree | a7fd3ec48029cf3180036337f1c445ef858398bf /Source | |
| parent | 5e2888bff69b57c7b7dae7de9fbf517944ecde26 (diff) | |
ControllerConfigDiag: Fix Linux builds
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/ControllerConfigDiag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/ControllerConfigDiag.cpp b/Source/Core/DolphinWX/ControllerConfigDiag.cpp index 9622e9be0b..bca01cc339 100644 --- a/Source/Core/DolphinWX/ControllerConfigDiag.cpp +++ b/Source/Core/DolphinWX/ControllerConfigDiag.cpp @@ -33,7 +33,7 @@ #include "DolphinWX/InputConfigDiag.h" #if defined(HAVE_XRANDR) && HAVE_XRANDR -#include "VideoBackends/OGL/GLInterface/X11Utils.h" +#include "DolphinWX/X11Utils.h" #endif const std::array<wxString, 7> ControllerConfigDiag::m_gc_pad_type_strs = {{ |
