From 4e434faf22504cdfd2534431a3c0753717cb8d95 Mon Sep 17 00:00:00 2001 From: Sandro Wenzel Date: Wed, 2 Sep 2026 15:25:14 +0200 Subject: [PATCH] Add thread header inclusion in testCcdbDatabase.cxx Add missing include and fixing CI problem observed with https://github.com/AliceO2Group/AliceO2/pull/15745 --- Framework/test/testCcdbDatabase.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/test/testCcdbDatabase.cxx b/Framework/test/testCcdbDatabase.cxx index 35e9240ce..b716b99b4 100644 --- a/Framework/test/testCcdbDatabase.cxx +++ b/Framework/test/testCcdbDatabase.cxx @@ -35,6 +35,7 @@ #include #include #include +#include namespace utf = boost::unit_test;