Skip to content

Commit 1234d5a

Browse files
authored
Add missing TH1.h include to mcCentrality.cxx
1 parent 78db3ce commit 1234d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Common/mcCentrality.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#include <Framework/OutputObjHeader.h>
3535
#include <Framework/runDataProcessing.h>
3636

37-
#include <TH1.h>
3837
#include <TFile.h>
38+
#include <TH1.h>
3939

4040
#include <chrono>
4141
#include <cstdint>

0 commit comments

Comments
 (0)