From: Mart Raudsepp Date: Mon, 15 May 2006 13:43:35 +0000 (+0000) Subject: Fix compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e983dabef6a3d9e139a4f3438b0a1d688f56119 Fix compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/combo.h b/include/wx/combo.h index b5fa3955f3..32437b05cd 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -47,6 +47,7 @@ #include "wx/button.h" #include "wx/combobox.h" #include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags +#include "wx/bitmap.h" // wxBitmap used by-value class WXDLLEXPORT wxComboPopup;