From: Paul Cornett Date: Wed, 10 Jul 2013 13:17:02 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc7d80fee286f50aa4a31d01e2df66ef767a5d88 non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"