]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing header
authorRobert Roebling <robert@roebling.de>
Mon, 19 May 2008 08:13:45 +0000 (08:13 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 19 May 2008 08:13:45 +0000 (08:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bmpcbox.h

index 608fb1838fc7832d74fc689817f6095f5cfad6ee..79010ec0a29ca0a14812767a6d607610aa7da250 100644 (file)
@@ -18,6 +18,7 @@
 #if wxUSE_BITMAPCOMBOBOX
 
 #include "wx/bitmap.h"
+#include "wx/window.h"
 
 class WXDLLIMPEXP_FWD_CORE wxItemContainer;