From: Julian Smart Date: Tue, 22 Mar 2005 15:02:57 +0000 (+0000) Subject: Include frame.h to get wxFRAME_SHAPED X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b875c8a8fc5774d886571ffb0b3658b21e440f72 Include frame.h to get wxFRAME_SHAPED git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_dlg.cpp b/src/xrc/xh_dlg.cpp index bf4adb74ad..df59a766a1 100644 --- a/src/xrc/xh_dlg.cpp +++ b/src/xrc/xh_dlg.cpp @@ -23,6 +23,7 @@ #include "wx/xrc/xh_dlg.h" #include "wx/dialog.h" +#include "wx/frame.h" #include "wx/log.h" #include "wx/intl.h"