From: Robert Roebling Date: Sun, 30 Jul 2006 12:49:37 +0000 (+0000) Subject: Compilation fix after wxCB_ flags move. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/79f9018c70d2fc72b120f467c51686c49a2ff9b6?hp=83beee574e109d433c24ae35b7137141f2a4d56d Compilation fix after wxCB_ flags move. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/combo.h b/include/wx/combo.h index 36d9a720e2..6d4757b3c1 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -45,6 +45,7 @@ #include "wx/control.h" #include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags #include "wx/bitmap.h" // wxBitmap used by-value +#include "wx/combobox.h" class WXDLLIMPEXP_CORE wxTextCtrl; class WXDLLEXPORT wxComboPopup;