Skip to content

Commit a2ddf64

Browse files
authored
Fix include statements in flowDecorrelation.cxx
1 parent b3bb6da commit a2ddf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
#include "TF1.h"
5757
#include "TRandom3.h"
58-
+#include <TF3.h>
59-
+#include <TFile.h>
58+
#include <TF3.h>
59+
#include <TFile.h>
6060
#include <TPDGCode.h>
6161

6262
#include <algorithm>

0 commit comments

Comments
 (0)