]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_gdi_wrap.cpp
Fix "PINK" to actually be pink, and not lavender
[wxWidgets.git] / wxPython / src / mac / _gdi_wrap.cpp
index ae4633480997bf3fe7ae8e97be7dd5bded1628c1..ceb431498eb9a0121019156ad8a560311d5cfc29 100644 (file)
@@ -3708,6 +3708,9 @@ SWIGINTERN void wxGraphicsContext_StrokeLineSegements(wxGraphicsContext *self,Py
 #include "wx/dcgraph.h"
 
 
+#include <wx/overlay.h>
+
+
 
 SWIGINTERN void wxColourDatabase_Append(wxColourDatabase *self,wxString const &name,int red,int green,int blue){
             self->AddColour(name, wxColour(red, green, blue));