From cc7d80fee286f50aa4a31d01e2df66ef767a5d88 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 10 Jul 2013 13:17:02 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/joystick.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.0