]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #include wx/dcclient.h and wx/settings.h for Vadims new code under
authorJ. Russell Smyth <drfish@cox.net>
Sat, 26 Jun 1999 05:05:32 +0000 (05:05 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Sat, 26 Jun 1999 05:05:32 +0000 (05:05 +0000)
non-precomp header compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/choicdgg.cpp

index 4276b966f8d6efbee8542fadccd01ba6a611cfcd..be19331e80c387ced83df79d8b51b76e8c8d8bb1 100644 (file)
@@ -28,6 +28,8 @@
     #include "wx/listbox.h"
     #include "wx/stattext.h"
     #include "wx/intl.h"
     #include "wx/listbox.h"
     #include "wx/stattext.h"
     #include "wx/intl.h"
+    #include "wx/dcclient.h"
+    #include "wx/settings.h"
 #endif
 
 #if wxUSE_STATLINE
 #endif
 
 #if wxUSE_STATLINE