From: Václav Slavík Date: Tue, 9 Oct 2001 22:08:14 +0000 (+0000) Subject: mingw compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9 mingw compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"