Skip to content

Commit 8f4c0d5

Browse files
vkuceramhemmer-cern
authored andcommitted
IWYU: BinningPolicy.h (AliceO2Group#14323)
1 parent 80a02b8 commit 8f4c0d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Framework/Core/include/Framework/BinningPolicy.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
#ifndef FRAMEWORK_BINNINGPOLICY_H
1313
#define FRAMEWORK_BINNINGPOLICY_H
1414

15+
#include "Framework/ASoA.h"
1516
#include "Framework/HistogramSpec.h" // only for VARIABLE_WIDTH
16-
#include "Framework/Pack.h"
17+
18+
#include <cstddef>
19+
#include <cstdint>
20+
#include <tuple>
21+
#include <vector>
1722

1823
namespace o2::framework
1924
{

0 commit comments

Comments
 (0)