]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
restored #include "chkconf.h"
[wxWidgets.git] / 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
 //