From 14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 9 Oct 2001 22:08:14 +0000 Subject: [PATCH] mingw compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/toplevel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 6724b8d4a6..2132b62467 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -34,6 +34,7 @@ #include "wx/string.h" #include "wx/log.h" #include "wx/intl.h" + #include "wx/frame.h" #endif //WX_PRECOMP #include "wx/msw/private.h"