diff --git a/src/unix/joystick.cpp b/src/unix/joystick.cpp index 4bf9168ea0..27b3b6cb74 100644 --- a/src/unix/joystick.cpp +++ b/src/unix/joystick.cpp @@ -19,6 +19,7 @@ #ifndef WX_PRECOMP #include "wx/event.h" #include "wx/window.h" + #include "wx/log.h" #endif //WX_PRECOMP #include "wx/thread.h"