]> git.saurik.com Git - wxWidgets.git/commitdiff
restored #include "chkconf.h"
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Oct 2001 09:37:15 +0000 (09:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Oct 2001 09:37:15 +0000 (09:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index fc70c28f67bfbb8cd99eabad500880e64f7b41e5..1438ff0cf9070de20a025565a7d529cdbb228d2e 100644 (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
 //