From: Robin Dunn Date: Wed, 13 Sep 2006 19:01:37 +0000 (+0000) Subject: wxStatusBarGeneric is used directly so the header needs to be included too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f62e63351ffcecfba044d5859d1ef2c14114278 wxStatusBarGeneric is used directly so the header needs to be included too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 0751c4863b..c31faeb708 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -50,6 +50,8 @@ #include "wx/msw/winundef.h" #endif +#include "wx/generic/statusbr.h" + #ifdef __WXUNIVERSAL__ #include "wx/univ/theme.h" #include "wx/univ/colschem.h"