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()