include wx/defs.h before testing for wxUSE_TEXTDLG defined in it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-31 23:48:11 +00:00
parent 4a60e3f007
commit d248a65cdd

View File

@@ -16,9 +16,10 @@
#pragma interface "textdlgg.h"
#endif
#if wxUSE_TEXTDLG
#include "wx/defs.h"
#if wxUSE_TEXTDLG
#include "wx/dialog.h"
#if wxUSE_VALIDATORS