Skip to content

Commit 322e9eb

Browse files
authored
fix cpplint error
1 parent 39bc8ff commit 322e9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/lambda1520analysisinpp.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
// 3. C++ system headers
2121
#include <string>
22+
#include <vector>
2223

2324
// 4. Other includes: O2 framework, ROOT, etc.
2425
#include "PWGLF/Utils/collisionCuts.h"
@@ -37,7 +38,6 @@
3738
#include "TPDGCode.h"
3839
#include "TRandom.h"
3940
#include "TVector3.h"
40-
#include <vector>
4141

4242
using namespace o2;
4343
using namespace o2::soa;

0 commit comments

Comments
 (0)