Skip to content

Commit df1e15d

Browse files
committed
[test][disjoint] Add missing include
1 parent b6f0bbd commit df1e15d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/algorithms/disjoint/test_disjoint_seg_box.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Boost.Geometry
22

3+
// Copyright (c) 2022 Adam Wulkiewicz, Lodz, Poland.
4+
35
// Copyright (c) 2016-2017 Oracle and/or its affiliates.
46

57
// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
@@ -13,6 +15,7 @@
1315
#include <boost/geometry/algorithms/make.hpp>
1416

1517
#include <boost/geometry/io/wkt/read.hpp>
18+
#include <boost/geometry/io/wkt/write.hpp>
1619

1720
template <typename Geometry1, typename Geometry2>
1821
inline void test_disjoint_check(bool result, bool expected_result,

0 commit comments

Comments
 (0)