From 1eb17f24f0595c7ab76ad9b03a1bb3b76a026f34 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Mar 2014 19:28:50 +0000 Subject: [PATCH] Include the individual headers that we really need instead. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index aae7b8a937..2873d7322b 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -15,8 +15,11 @@ #if wxUSE_GRAPHICS_CONTEXT +#include "wx/affinematrix2d.h" #include "wx/geometry.h" +#include "wx/colour.h" #include "wx/dynarray.h" +#include "wx/font.h" #include "wx/image.h" #include "wx/vector.h"