From 2e1a6b58ba1be892cf5168e59ee19009fe8671a4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 27 Jan 2026 19:49:28 +0200 Subject: [PATCH] Add the Compat dependency to build.jam --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index 5b6545c..793a958 100644 --- a/build.jam +++ b/build.jam @@ -7,6 +7,7 @@ require-b2 5.2 ; constant boost_dependencies : /boost/assert//boost_assert + /boost/compat//boost_compat /boost/config//boost_config /boost/throw_exception//boost_throw_exception /boost/variant2//boost_variant2