From e3a38a6b0d055b89834607f9b710177e410b74aa Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Fri, 9 Sep 2016 15:22:26 +0200 Subject: [PATCH] Fixes compilation against newer Boost versions; seems like we were lucky before; closes #2889 --- include/util/static_rtree.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/util/static_rtree.hpp b/include/util/static_rtree.hpp index fb4da056f..1dedffcad 100644 --- a/include/util/static_rtree.hpp +++ b/include/util/static_rtree.hpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include