[algorithms] [tests] Move include for make.hpp to correct place

This commit is contained in:
Vissarion Fysikopoulos 2018-07-06 16:08:01 +03:00
parent 7072ef0212
commit 9efcb83bb3
2 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,6 @@
#include <boost/geometry/algorithms/dispatch/expand.hpp>
#include <boost/geometry/algorithms/make.hpp>
namespace boost { namespace geometry
{

View File

@ -42,6 +42,7 @@
#include <boost/geometry/algorithms/assign.hpp>
#include <boost/geometry/algorithms/envelope.hpp>
#include <boost/geometry/algorithms/expand.hpp>
#include <boost/geometry/algorithms/make.hpp>
#include <boost/geometry/algorithms/transform.hpp>
#include "test_envelope_expand_on_spheroid.hpp"