From ea180b184a5077c7c130e54d4909bd0a0e46867c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Oct 2004 22:03:54 +0000 Subject: [PATCH] added missing header (fixes compilation with WXWIN_COMPATIBILITY_2_4 == 0) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/text.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/text/text.cpp b/samples/text/text.cpp index 8ae237b1dd..2b6f3701e4 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -42,6 +42,7 @@ #include "wx/colordlg.h" #include "wx/fontdlg.h" +#include "wx/numdlg.h" //---------------------------------------------------------------------- // class definitions -- 2.45.2