We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a02b8 commit 8f4c0d5Copy full SHA for 8f4c0d5
Framework/Core/include/Framework/BinningPolicy.h
@@ -12,8 +12,13 @@
12
#ifndef FRAMEWORK_BINNINGPOLICY_H
13
#define FRAMEWORK_BINNINGPOLICY_H
14
15
+#include "Framework/ASoA.h"
16
#include "Framework/HistogramSpec.h" // only for VARIABLE_WIDTH
-#include "Framework/Pack.h"
17
+
18
+#include <cstddef>
19
+#include <cstdint>
20
+#include <tuple>
21
+#include <vector>
22
23
namespace o2::framework
24
{
0 commit comments