From eae20a30ea20e0292b050d41ad190c0c08c75ec1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 26 Sep 2007 22:32:36 +0000 Subject: [PATCH] another compilation fix PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/combog.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2