X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..2004484f9b139978e86c3e9e102001a46f493576:/src/msw/joystick.cpp diff --git a/src/msw/joystick.cpp b/src/msw/joystick.cpp index 7911b1338f..6f5dfcd0b5 100644 --- a/src/msw/joystick.cpp +++ b/src/msw/joystick.cpp @@ -16,7 +16,7 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if defined(__BORLANDC__) +#ifdef __BORLANDC__ #pragma hdrstop #endif @@ -39,6 +39,7 @@ typedef UINT MMRESULT; #define NO_JOYGETPOSEX #endif +#include #include IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)