There was an error while loading. Please reload this page.
1 parent f3198a4 commit e987e61Copy full SHA for e987e61
1 file changed
PWGMM/UE/Tasks/flattenicityTask.cxx
@@ -15,7 +15,6 @@
15
/// \since August 2026
16
17
#include "Common/DataModel/Centrality.h"
18
-#include "Common/DataModel/Multiplicity.h"
19
#include "Common/DataModel/TrackSelectionTables.h"
20
21
#include <CommonConstants/MathConstants.h>
@@ -31,6 +30,8 @@
31
30
#include <algorithm>
32
#include <array>
33
#include <cmath>
+#include <cstddef>
34
+#include <cstdint>
35
#include <string>
36
#include <vector>
37
0 commit comments