ControllerConfigDiag: Fix Linux builds
This commit is contained in:
parent
5e2888bff6
commit
21d039059e
|
@ -33,7 +33,7 @@
|
||||||
#include "DolphinWX/InputConfigDiag.h"
|
#include "DolphinWX/InputConfigDiag.h"
|
||||||
|
|
||||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||||
#include "VideoBackends/OGL/GLInterface/X11Utils.h"
|
#include "DolphinWX/X11Utils.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const std::array<wxString, 7> ControllerConfigDiag::m_gc_pad_type_strs = {{
|
const std::array<wxString, 7> ControllerConfigDiag::m_gc_pad_type_strs = {{
|
||||||
|
|
Loading…
Reference in New Issue