From 1879c3d8d891ec6ebf64b45dda3cfb5f7eb016cb Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 20 Jun 2016 12:51:26 +0100 Subject: [PATCH] add and fix compilation on linux/win --- include/mapnik/box2d.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mapnik/box2d.hpp b/include/mapnik/box2d.hpp index e86732f0d..dcc3a137a 100644 --- a/include/mapnik/box2d.hpp +++ b/include/mapnik/box2d.hpp @@ -26,7 +26,8 @@ // mapnik #include #include - +// stl +#include // agg // forward declare so that apps using mapnik do not need agg headers namespace agg {