From bb48ed2caa9f72cb266ad08b908e983392fb095e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 1 Oct 2001 09:37:15 +0000 Subject: [PATCH] restored #include "chkconf.h" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index fc70c28f67..1438ff0cf9 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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 ) declare classes in the global namespace // while the new, standard ones (like ) do it in std:: namespace // -- 2.47.2