From 633566f6ef1729066b478918d963762f90dbae37 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 5 Apr 2007 18:28:28 +0000 Subject: [PATCH] Compile fix for gcc on MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/ScintillaWX.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/stc/ScintillaWX.h b/src/stc/ScintillaWX.h index 8b1e1f82e7..105343f240 100644 --- a/src/stc/ScintillaWX.h +++ b/src/stc/ScintillaWX.h @@ -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 -- 2.45.2