From ffddf89a99e26be1bbe7fe112706d0256f5e80d9 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 27 Jul 2015 13:14:20 -0700 Subject: [PATCH 1/3] Fix msvc14 compile errors --- src/_backend_agg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_backend_agg.h b/src/_backend_agg.h index b1f1b4da12d0..26f989e9d85c 100644 --- a/src/_backend_agg.h +++ b/src/_backend_agg.h @@ -8,6 +8,7 @@ #include #include +#include #include "agg_alpha_mask_u8.h" #include "agg_conv_curve.h" From 73b2cb5a690f43330759e988039a631f8d942649 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 27 Jul 2015 13:15:39 -0700 Subject: [PATCH 2/3] Fix msvc14 compile errors --- src/_path.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_path.h b/src/_path.h index fba77a28ef1d..66dbecf2266e 100644 --- a/src/_path.h +++ b/src/_path.h @@ -7,6 +7,7 @@ #include #include #include +#include #include "agg_conv_contour.h" #include "agg_conv_curve.h" From c1c170209a9def80e31a8fc9559a4349c93ee36d Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 27 Jul 2015 13:17:12 -0700 Subject: [PATCH 3/3] Fix msvc14 compile errors --- src/ft2font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ft2font.cpp b/src/ft2font.cpp index a02b105777e5..13e843b81d93 100644 --- a/src/ft2font.cpp +++ b/src/ft2font.cpp @@ -3,6 +3,7 @@ #define NO_IMPORT_ARRAY #include +#include #include "ft2font.h" #include "mplutils.h"