X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..9c8cfcb9c56798ebd29184e40227451a194c0c49:/src/unix/joystick.cpp?ds=inline diff --git a/src/unix/joystick.cpp b/src/unix/joystick.cpp index c60b06b758..6383d60124 100644 --- a/src/unix/joystick.cpp +++ b/src/unix/joystick.cpp @@ -16,6 +16,10 @@ #include "wx/joystick.h" +#ifndef WX_PRECOMP + #include "wx/event.h" +#endif //WX_PRECOMP + #include #include #include @@ -24,7 +28,6 @@ #include #include -#include "wx/event.h" #include "wx/window.h" #include "wx/unix/private.h"