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