X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..fb21f36d92cf952c34cbde3099e2c2c34ab96df7:/include/wx/textdlg.h?ds=sidebyside

diff --git a/include/wx/textdlg.h b/include/wx/textdlg.h
index 491bd8b4fa..7eb37741fc 100644
--- a/include/wx/textdlg.h
+++ b/include/wx/textdlg.h
@@ -1,7 +1,23 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        textdlg.h
+// Purpose:     wxTextEntryDialog class
+// Author:      Julian Smart
+// Modified by:
+// Created:     01/02/97
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TEXTDLG_H_BASE_
 #define _WX_TEXTDLG_H_BASE_
 
 #include "wx/generic/textdlgg.h"
 
-#endif
-    // _WX_TEXTDLG_H_BASE_
+#if WXWIN_COMPATIBILITY_2_4
+    // for wxGetNumberFromUser()
+    #include "wx/numdlg.h"
+#endif // WXWIN_COMPATIBILITY_2_4
+
+#endif // _WX_TEXTDLG_H_BASE_
+