Skip to content

Commit f7ea0cd

Browse files
author
Emil Gorm Nielsen
committed
Linter + clang
1 parent e68e680 commit f7ea0cd

File tree

2 files changed

+190
-189
lines changed

2 files changed

+190
-189
lines changed

PWGCF/GenericFramework/Core/FlowPtContainer.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "FlowPtContainer.h"
13+
#include <algorithm>
14+
#include <vector>
15+
#include <cstdio>
1316

1417
FlowPtContainer::FlowPtContainer() : TNamed("name", "name"),
1518
fCMTermList(0),

0 commit comments

Comments
 (0)