]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include
authorJulian Smart <julian@anthemion.co.uk>
Tue, 18 Dec 2007 14:42:09 +0000 (14:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 18 Dec 2007 14:42:09 +0000 (14:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/palette.cpp

index 99727e0d52dc5be87bcdb0f97ffea63f6bc2d9c0..37b1826a80690bb4357ed45ce9c8f61484573842 100644 (file)
@@ -14,6 +14,7 @@
 #if wxUSE_PALETTE
 
 #include "wx/palette.h"
+#include "wx/colour.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)