restored #include "chkconf.h"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-10-01 09:37:15 +00:00
parent b22d16ad20
commit bb48ed2caa

View File

@@ -61,6 +61,9 @@
#include "wx/setup.h"
// check the consistency of the settings in setup.h
#include "wx/chkconf.h"
// old C++ headers (like <iostream.h>) declare classes in the global namespace
// while the new, standard ones (like <iostream>) do it in std:: namespace
//