Skip to content

Commit c455845

Browse files
Add iostream and vector includes to photonDeuteron.cxx
1 parent ad86303 commit c455845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGLF/TableProducer/Nuspex/photonDeuteron.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include <TLorentzVector.h>
2929
#include <TVector3.h>
30+
#include <iostream>
31+
#include <vector>
3032

3133
using namespace o2;
3234
using namespace o2::framework;

0 commit comments

Comments
 (0)