From 9efcb83bb367daa10d2ced438280749aeed4531f Mon Sep 17 00:00:00 2001 From: Vissarion Fysikopoulos Date: Fri, 6 Jul 2018 16:08:01 +0300 Subject: [PATCH] [algorithms] [tests] Move include for make.hpp to correct place --- include/boost/geometry/algorithms/detail/expand/point.hpp | 2 -- test/algorithms/envelope_expand/expand_on_spheroid.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/expand/point.hpp b/include/boost/geometry/algorithms/detail/expand/point.hpp index 5e57dc1a0..e09a3e59e 100644 --- a/include/boost/geometry/algorithms/detail/expand/point.hpp +++ b/include/boost/geometry/algorithms/detail/expand/point.hpp @@ -44,8 +44,6 @@ #include -#include - namespace boost { namespace geometry { diff --git a/test/algorithms/envelope_expand/expand_on_spheroid.cpp b/test/algorithms/envelope_expand/expand_on_spheroid.cpp index d80579c32..7100a563f 100644 --- a/test/algorithms/envelope_expand/expand_on_spheroid.cpp +++ b/test/algorithms/envelope_expand/expand_on_spheroid.cpp @@ -42,6 +42,7 @@ #include #include #include +#include #include #include "test_envelope_expand_on_spheroid.hpp"