We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bb3b4 commit 3af6073Copy full SHA for 3af6073
1 file changed
Framework/Core/include/Framework/BinningPolicy.h
@@ -14,6 +14,13 @@
14
15
#include "Framework/HistogramSpec.h" // only for VARIABLE_WIDTH
16
#include "Framework/Pack.h"
17
+#include "Framework/ASoA.h"
18
+#include <arrow/table.h>
19
+#include <cstddef>
20
+#include <array>
21
+#include <cstdint>
22
+#include <vector>
23
+#include <tuple>
24
25
namespace o2::framework
26
{
0 commit comments