From d4e2ba1802f3465ebceeb435a55623dca53e62d4 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Tue, 14 Oct 2025 07:40:24 +0900 Subject: [PATCH] Add Boost.Geometry to b2 dependencies --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index 86024329..e1ab2f35 100644 --- a/build.jam +++ b/build.jam @@ -20,6 +20,7 @@ constant boost_dependencies : /boost/detail//boost_detail /boost/foreach//boost_foreach /boost/function//boost_function + /boost/geometry//boost_geometry /boost/integer//boost_integer /boost/iterator//boost_iterator /boost/lexical_cast//boost_lexical_cast