From b875c8a8fc5774d886571ffb0b3658b21e440f72 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 22 Mar 2005 15:02:57 +0000 Subject: [PATCH] Include frame.h to get wxFRAME_SHAPED git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xrc/xh_dlg.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2