X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc797f4cc8ffe36277ba8b7dd4b57e63a96bfcb5..73ef393701bd6c2c689a05d5637cc701e2f5cc2f:/src/x11/cursor.cpp?ds=sidebyside diff --git a/src/x11/cursor.cpp b/src/x11/cursor.cpp index cb0e61f34f..10f452ceb6 100644 --- a/src/x11/cursor.cpp +++ b/src/x11/cursor.cpp @@ -22,12 +22,13 @@ #ifdef __VMS__ #pragma message disable nosimpint #endif -#include #ifdef __VMS__ #pragma message enable nosimpint #endif #include "wx/x11/private.h" +#include +#include IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap) IMPLEMENT_DYNAMIC_CLASS(wxXCursor, wxObject)