Skip to content

Commit f095b03

Browse files
committed
Add missing headers
1 parent 09fedc5 commit f095b03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DataFormats/common/src/BunchFilling.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
#include "FairLogger.h"
1212
#include "CommonDataFormat/BunchFilling.h"
13-
#include "TFile.h"
13+
#include <TClass.h>
14+
#include <TFile.h>
1415

1516
using namespace o2;
1617

0 commit comments

Comments
 (0)