From 68392f189bb86072a565dcb7003e7ca07a9f65eb Mon Sep 17 00:00:00 2001 From: Jiri Drbalek Date: Thu, 1 Oct 2015 19:56:57 +0000 Subject: [PATCH] fix build on linux --- include/mapnik/quad_tree.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mapnik/quad_tree.hpp b/include/mapnik/quad_tree.hpp index 86a342f2d..bad8b3b21 100644 --- a/include/mapnik/quad_tree.hpp +++ b/include/mapnik/quad_tree.hpp @@ -32,6 +32,8 @@ #include #include +#include + namespace mapnik { template