summaryrefslogtreecommitdiff
path: root/boost/polygon/polygon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/polygon/polygon.hpp')
-rw-r--r--boost/polygon/polygon.hpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/boost/polygon/polygon.hpp b/boost/polygon/polygon.hpp
index 4c3e43a5eb..90a7c1f81a 100644
--- a/boost/polygon/polygon.hpp
+++ b/boost/polygon/polygon.hpp
@@ -1,6 +1,6 @@
/*
Copyright 2008 Intel Corporation
-
+
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
@@ -16,13 +16,7 @@
#include "point_traits.hpp"
#include "point_concept.hpp"
-//point 3d
-#include "point_3d_data.hpp"
-#include "point_3d_traits.hpp"
-#include "point_3d_concept.hpp"
-
#include "transform.hpp"
-#include "detail/transform_detail.hpp"
//interval
#include "interval_data.hpp"
@@ -34,6 +28,11 @@
#include "rectangle_traits.hpp"
#include "rectangle_concept.hpp"
+//segment
+#include "segment_data.hpp"
+#include "segment_traits.hpp"
+#include "segment_concept.hpp"
+
//algorithms needed by polygon types
#include "detail/iterator_points_to_compact.hpp"
#include "detail/iterator_compact_to_points.hpp"
@@ -88,4 +87,6 @@
#include "polygon_set_concept.hpp"
+#include "segment_utils.hpp"
+
#endif