From 42eba91294e1c374908b63bdc5f22a5c4c29f110 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 11 Oct 2006 03:00:07 +0000 Subject: [PATCH] build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/animate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/animate.h b/include/wx/generic/animate.h index 9a7b30f58b..ef79045471 100644 --- a/include/wx/generic/animate.h +++ b/include/wx/generic/animate.h @@ -12,6 +12,8 @@ #ifndef _WX_GENERIC_ANIMATEH__ #define _WX_GENERIC_ANIMATEH__ +#include "wx/bitmap.h" + // ---------------------------------------------------------------------------- // wxAnimation // ---------------------------------------------------------------------------- -- 2.45.2