[set ops] add missing include

This commit is contained in:
Menelaos Karavelas 2014-04-03 02:51:16 +03:00
parent 5be2682000
commit be2795a6f2
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "test_set_ops_pl_pl.hpp"
#include <boost/geometry/multi/geometries/multi_point.hpp>
typedef bg::model::point<double,2,bg::cs::cartesian> point_type;
typedef bg::model::multi_point<point_type> multi_point_type;

View File

@ -22,6 +22,7 @@
#include "test_set_ops_pl_pl.hpp"
#include <boost/geometry/multi/geometries/multi_point.hpp>
typedef bg::model::point<double,2,bg::cs::cartesian> point_type;
typedef bg::model::multi_point<point_type> multi_point_type;