From 5be2736b4bbd0c6ccce2a4463b628b8106120906 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sat, 16 Apr 2011 18:05:13 +0000 Subject: [PATCH] Added headerfiles now missing for clang [SVN r71326] --- include/boost/geometry/algorithms/detail/partition.hpp | 1 + include/boost/geometry/algorithms/envelope.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/partition.hpp b/include/boost/geometry/algorithms/detail/partition.hpp index 3fbd98b77..59bdad706 100644 --- a/include/boost/geometry/algorithms/detail/partition.hpp +++ b/include/boost/geometry/algorithms/detail/partition.hpp @@ -10,6 +10,7 @@ #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_PARTITION_HPP #include +#include #include #include diff --git a/include/boost/geometry/algorithms/envelope.hpp b/include/boost/geometry/algorithms/envelope.hpp index 370812f55..0964affd1 100644 --- a/include/boost/geometry/algorithms/envelope.hpp +++ b/include/boost/geometry/algorithms/envelope.hpp @@ -19,6 +19,7 @@ #include +#include #include #include #include