]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix after wxCB_ flags move.
authorRobert Roebling <robert@roebling.de>
Sun, 30 Jul 2006 12:49:37 +0000 (12:49 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 30 Jul 2006 12:49:37 +0000 (12:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/combo.h

index 36d9a720e2c4ad403bc8d9bc8923e7da5ad6318d..6d4757b3c161f22ebec377a8197fcc0a0d6b690d 100644 (file)
@@ -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;