From 81cb7b5a981ce4a6d553403fbacbb588670e42f5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Jun 2009 03:36:16 +0000 Subject: [PATCH] include wx/bitmap.h which is required by wxButton now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/button.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/button.h b/include/wx/button.h index 5f6da7282a..9feabd6e1c 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -43,10 +43,9 @@ // small as possible #define wxBU_EXACTFIT 0x0001 +#include "wx/bitmap.h" #include "wx/control.h" -class WXDLLIMPEXP_FWD_CORE wxBitmap; - extern WXDLLIMPEXP_DATA_CORE(const char) wxButtonNameStr[]; // ---------------------------------------------------------------------------- -- 2.45.2