Compile fix for gcc on MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-05 18:28:28 +00:00
parent 18cea8715a
commit 633566f6ef

View File

@@ -49,6 +49,13 @@
#include "Editor.h"
#include "ScintillaBase.h"
#ifdef __WXMSW__
#include "wx/msw/wrapwin.h" // HBITMAP
#endif
#if wxUSE_DRAG_AND_DROP
#include "wx/timer.h"
#endif
//----------------------------------------------------------------------
#ifdef WXMAKINGDLL_STC