We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6841a7e commit a1ca761Copy full SHA for a1ca761
3 files changed
PWGCF/GenericFramework/Core/GFW.cxx
@@ -10,10 +10,11 @@
10
// or submit itself to any jurisdiction.
11
12
#include "GFW.h"
13
+
14
#include <cstdio>
15
+#include <string>
16
#include <utility>
17
#include <vector>
-#include <string>
18
19
using std::complex;
20
using std::pair;
PWGCF/GenericFramework/Core/GFW.h
@@ -18,12 +18,13 @@
#include "GFWCumulant.h"
#include "GFWPowerArray.h"
21
-#include <vector>
22
23
-#include <utility>
24
#include <algorithm>
25
#include <complex>
26
+#include <utility>
27
+#include <vector>
28
29
class GFW
30
{
PWGCF/GenericFramework/Core/GFWCumulant.cxx
@@ -10,6 +10,7 @@
0 commit comments