]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dlgcmn.cpp
OS/2 VisualAge doesn't know about lower case true and false and redefine a for loop...
[wxWidgets.git] / src / common / dlgcmn.cpp
index 82fe581edb56166ee2a7af9b0c31e42228ec91ab..d16c32fd0f498d8f8d9886288d796fb7aec517a2 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/button.h"
     #include "wx/dialog.h"
     #include "wx/dcclient.h"
     #include "wx/intl.h"
     #include "wx/settings.h"
     #include "wx/stattext.h"
     #include "wx/sizer.h"
+    #include "wx/button.h"
 #endif
 
 //--------------------------------------------------------------------------