From ef28a394db7fb7a570271569405fe7b0f5990cd3 Mon Sep 17 00:00:00 2001 From: crueter Date: Thu, 9 Jul 2026 23:44:58 -0400 Subject: [PATCH] Fix common build Signed-off-by: crueter --- src/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2244093f17..b10074c18f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -228,7 +228,7 @@ if(CXX_CLANG) endif() if (BOOST_NO_HEADERS) - target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool) + target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool Boost::heap) else() target_link_libraries(common PUBLIC Boost::headers) endif()