Skip to content

Commit d02858e

Browse files
committed
[test][buffer] Add missing include
1 parent df1e15d commit d02858e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/algorithms/buffer/buffer_with_strategies.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Unit Test
33

44
// Copyright (c) 2015-2019 Barend Gehrels, Amsterdam, the Netherlands.
5+
// Copyright (c) 2022 Adam Wulkiewicz, Lodz, Poland.
56

67
// Use, modification and distribution is subject to the Boost Software License,
78
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -19,6 +20,7 @@
1920
#include <boost/geometry/algorithms/area.hpp>
2021
#include <boost/geometry/algorithms/correct.hpp>
2122
#include <boost/geometry/algorithms/num_points.hpp>
23+
#include <boost/geometry/io/wkt/read.hpp>
2224

2325

2426
// This unit test tests boost::geometry::buffer (overload with strategies)

0 commit comments

Comments
 (0)