From: J. Russell Smyth Date: Sat, 26 Jun 1999 05:05:32 +0000 (+0000) Subject: Added #include wx/dcclient.h and wx/settings.h for Vadims new code under X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f377a3b58c509ceba8c9335dbe45d100cca615ad Added #include wx/dcclient.h and wx/settings.h for Vadims new code under non-precomp header compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/choicdgg.cpp b/src/generic/choicdgg.cpp index 4276b966f8..be19331e80 100644 --- a/src/generic/choicdgg.cpp +++ b/src/generic/choicdgg.cpp @@ -28,6 +28,8 @@ #include "wx/listbox.h" #include "wx/stattext.h" #include "wx/intl.h" + #include "wx/dcclient.h" + #include "wx/settings.h" #endif #if wxUSE_STATLINE