From 1bdd1007d1fdbbab8e061a21fd56c9862f3b8e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 28 Feb 2005 18:50:44 +0000 Subject: [PATCH] Missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/widgets/widgets.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/widgets/widgets.cpp b/samples/widgets/widgets.cpp index d4abcf4e08..3cb25f9b9e 100644 --- a/samples/widgets/widgets.cpp +++ b/samples/widgets/widgets.cpp @@ -43,6 +43,7 @@ #include "wx/bookctrl.h" #include "wx/sizer.h" #include "wx/colordlg.h" +#include "wx/textdlg.h" #include "widgets.h" @@ -232,7 +233,7 @@ bool WidgetsApp::OnInit() { if ( !wxApp::OnInit() ) return false; - + // the reason for having these ifdef's is that I often run two copies of // this sample side by side and it is useful to see which one is which wxString title; @@ -306,7 +307,7 @@ WidgetsFrame::WidgetsFrame(const wxString& title) // we have 2 panes: book with pages demonstrating the controls in the // upper one and the log window with some buttons in the lower - + int style = wxNO_FULL_REPAINT_ON_RESIZE|wxCLIP_CHILDREN|wxBC_DEFAULT; // Uncomment to suppress page theme (draw in solid colour) // style |= wxNB_NOPAGETHEME; -- 2.45.2