From: Vadim Zeitlin Date: Wed, 26 Sep 2007 22:32:36 +0000 (+0000) Subject: another compilation fix PCH-less build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eae20a30ea20e0292b050d41ad190c0c08c75ec1 another compilation fix PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index 29b9d21f96..f2cb9abf67 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -32,6 +32,7 @@ #include "wx/combobox.h" #include "wx/dcclient.h" #include "wx/settings.h" + #include "wx/textctrl.h" #endif #include "wx/dcbuffer.h"