Skip to content

Commit 121ee3a

Browse files
authored
Export tuple to avoid IWYU adding it everywhere (#14403)
1 parent c4bca14 commit 121ee3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include <type_traits>
3434
#include <utility>
3535
#include <memory>
36+
#include <tuple> // IWYU pragma: export
37+
3638
namespace o2::framework
3739
{
3840
/// A more familiar task API for the DPL analysis framework.

0 commit comments

Comments
 (0)