From 0799bc868eb4beb3ba85b817b6afd77d5c841167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 8 May 2006 10:05:40 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/effects.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/wx/effects.h b/include/wx/effects.h index 64f7d02eee..1ad96f4ec6 100644 --- a/include/wx/effects.h +++ b/include/wx/effects.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: effects.h +// Name: wx/effects.h // Purpose: wxEffects class // Draws 3D effects. // Author: Julian Smart et al @@ -17,6 +17,9 @@ * wxEffects: various 3D effects */ +#include "wx/object.h" +#include "wx/colour.h" + class WXDLLEXPORT wxEffects: public wxObject { DECLARE_CLASS(wxEffects) @@ -68,4 +71,3 @@ protected: }; #endif -