Skip to content

Commit a2e159d

Browse files
authored
Fix build with Boost 1.89.0 (#7220)
1 parent 14e1713 commit a2e159d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/server/connection.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <boost/array.hpp>
1010
#include <boost/asio.hpp>
11+
#include <boost/asio/deadline_timer.hpp>
1112
#include <boost/config.hpp>
1213
#include <boost/version.hpp>
1314

src/engine/plugins/tile.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
#include <boost/geometry.hpp>
1111
#include <boost/geometry/geometries/geometries.hpp>
1212
#include <boost/geometry/geometries/point_xy.hpp>
13+
#if __has_include(<boost/geometry/multi/geometries/multi_linestring.hpp>)
1314
#include <boost/geometry/multi/geometries/multi_linestring.hpp>
15+
#endif
1416

1517
#include <vtzero/builder.hpp>
1618
#include <vtzero/geometry.hpp>

0 commit comments

Comments
 (0)