]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
use wxHashMap, not wxHashTable in wxXPMDecoder
[wxWidgets.git] / src / x11 / cursor.cpp
index cb0e61f34f3d7d8a6957343f8d86a9b5e4682f1b..10f452ceb64e2ac164c4cfc8a902edd003caa7d4 100644 (file)
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif
-#include <X11/cursorfont.h>
 #ifdef __VMS__
 #pragma message enable nosimpint
 #endif
 
 #include "wx/x11/private.h"
+#include <X11/cursorfont.h>
+#include <X11/Xutil.h>
 
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
 IMPLEMENT_DYNAMIC_CLASS(wxXCursor, wxObject)