Skip to content

Commit 13cfb17

Browse files
committed
Fix missing C++ includes
1 parent cfaa351 commit 13cfb17

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PWGJE/Tasks/jetOutlierQA.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include <algorithm>
3737
#include <cmath>
3838
#include <cstddef>
39+
#include <map>
40+
#include <set>
3941
#include <string>
4042
#include <type_traits>
4143
#include <vector>

PWGJE/Tasks/jetSubstructure.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@
4646

4747
#include <cmath>
4848
#include <cstdint>
49+
#include <string>
4950
#include <utility>
5051
#include <vector>
5152

5253
#include <math.h>
54+
5355
using namespace o2;
5456
using namespace o2::framework;
5557
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)