From c39ec517935a77f3917c3779add52708cec6c4eb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 9 Jan 2013 19:20:05 -0800 Subject: [PATCH] fix compile with g++ on linux --- include/mapnik/params_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mapnik/params_impl.hpp b/include/mapnik/params_impl.hpp index 15ff1cdc5..a24f3b954 100644 --- a/include/mapnik/params_impl.hpp +++ b/include/mapnik/params_impl.hpp @@ -28,6 +28,8 @@ #include // boost +#include +#include // keep gcc happy #include #include #include