From 79f9018c70d2fc72b120f467c51686c49a2ff9b6 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 30 Jul 2006 12:49:37 +0000 Subject: [PATCH] Compilation fix after wxCB_ flags move. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/combo.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.45.2