Skip to content

Commit dc9e92d

Browse files
davidrohrBarthelemy
authored andcommitted
Support boost 1.90 (#2639)
1 parent 47e61f9 commit dc9e92d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Framework/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ target_link_libraries(O2QualityControl
173173
O2::GlobalTracking
174174
O2QualityControlKafkaProtos
175175
${RDKAFKA_LIB}
176-
PRIVATE Boost::system
177-
CURL::libcurl
176+
PRIVATE CURL::libcurl
178177
O2QualityControlInfoLogger
179178
)
180179

Framework/src/RepositoryBenchmark.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <TH1.h>
2323
#include <Monitoring/MonitoringFactory.h>
2424
#include <boost/asio.hpp>
25+
#include <boost/asio/deadline_timer.hpp>
2526
#include <thread>
2627
#include <string>
2728

0 commit comments

Comments
 (0)