X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f92099657f465d782a8e32444d59f8ebdbdce182..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/src/unix/joystick.cpp?ds=sidebyside diff --git a/src/unix/joystick.cpp b/src/unix/joystick.cpp index 4bf9168ea0..cf9cc33b3e 100644 --- a/src/unix/joystick.cpp +++ b/src/unix/joystick.cpp @@ -4,7 +4,6 @@ // Author: Ported to Linux by Guilhem Lavaux // Modified by: // Created: 05/23/98 -// RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,6 +18,7 @@ #ifndef WX_PRECOMP #include "wx/event.h" #include "wx/window.h" + #include "wx/log.h" #endif //WX_PRECOMP #include "wx/thread.h"