From 52fe0d8b81cc531fb542dd9caa440f1ac79bb8a1 Mon Sep 17 00:00:00 2001 From: David Rohr Date: Thu, 12 Feb 2026 13:20:38 +0100 Subject: [PATCH] Support boost 1.90 --- Framework/CMakeLists.txt | 3 +-- Framework/src/RepositoryBenchmark.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt index 89be5a43d4..cf8fd4b45b 100644 --- a/Framework/CMakeLists.txt +++ b/Framework/CMakeLists.txt @@ -173,8 +173,7 @@ target_link_libraries(O2QualityControl O2::GlobalTracking O2QualityControlKafkaProtos ${RDKAFKA_LIB} - PRIVATE Boost::system - CURL::libcurl + PRIVATE CURL::libcurl O2QualityControlInfoLogger ) diff --git a/Framework/src/RepositoryBenchmark.h b/Framework/src/RepositoryBenchmark.h index d56e8d7dfd..34e09e01ab 100644 --- a/Framework/src/RepositoryBenchmark.h +++ b/Framework/src/RepositoryBenchmark.h @@ -22,6 +22,7 @@ #include #include #include +#include #include #include