Added missing include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-12-18 14:42:09 +00:00
parent 6bf7d10b9a
commit 4c9ad6b9d2

View File

@@ -14,6 +14,7 @@
#if wxUSE_PALETTE
#include "wx/palette.h"
#include "wx/colour.h"
IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)