]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
[wxWidgets.git] / src / msw / spinctrl.cpp
index 16c1f39b1e1a017529f944eba7e14b4ab42ff41b..58673b0e3b38931d4213247b5da8eb40f459a7b2 100644 (file)
 #include "wx/spinctrl.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
     #include "wx/event.h"
     #include "wx/textctrl.h"
 #endif
 
 #include "wx/msw/private.h"
-#include "wx/msw/wrapcctl.h"
 
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"