From f377a3b58c509ceba8c9335dbe45d100cca615ad Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Sat, 26 Jun 1999 05:05:32 +0000 Subject: [PATCH] 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 --- src/generic/choicdgg.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2