We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1713 commit a2e159dCopy full SHA for a2e159d
include/server/connection.hpp
@@ -8,6 +8,7 @@
8
9
#include <boost/array.hpp>
10
#include <boost/asio.hpp>
11
+#include <boost/asio/deadline_timer.hpp>
12
#include <boost/config.hpp>
13
#include <boost/version.hpp>
14
src/engine/plugins/tile.cpp
@@ -10,7 +10,9 @@
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/geometries.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
+#if __has_include(<boost/geometry/multi/geometries/multi_linestring.hpp>)
#include <boost/geometry/multi/geometries/multi_linestring.hpp>
15
+#endif
16
17
#include <vtzero/builder.hpp>
18
#include <vtzero/geometry.hpp>
0 commit comments