From eb2aa247038fe5f72c4c6dc30772c6e2f622f734 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 11 Oct 2002 08:24:41 +0000 Subject: [PATCH] fix for wxUniversal and BCC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/toplevel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 29187f31c4..bd65405e7f 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -36,9 +36,10 @@ #include "wx/intl.h" #include "wx/frame.h" #include "wx/containr.h" // wxSetFocusToChild() - #include "wx/module.h" #endif //WX_PRECOMP +#include "wx/module.h" + #include "wx/msw/private.h" #include "wx/popupwin.h"