summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/relate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/relate.hpp')
-rw-r--r--boost/geometry/algorithms/relate.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/relate.hpp b/boost/geometry/algorithms/relate.hpp
index 34733ec596..e560d2df1a 100644
--- a/boost/geometry/algorithms/relate.hpp
+++ b/boost/geometry/algorithms/relate.hpp
@@ -1,6 +1,6 @@
// Boost.Geometry (aka GGL, Generic Geometry Library)
-// Copyright (c) 2015 Oracle and/or its affiliates.
+// Copyright (c) 2015-2022 Oracle and/or its affiliates.
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -13,5 +13,7 @@
#include <boost/geometry/algorithms/detail/relate/interface.hpp>
#include <boost/geometry/algorithms/detail/relate/implementation.hpp>
+// Implementation is divided into two files to avoid cyclic dependency with set operations
+#include <boost/geometry/algorithms/detail/relate/implementation_gc.hpp>
#endif // BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP