Skip to content

Commit ce1e9a2

Browse files
committed
PWGDQ: VarManager add '#include <utility>' and ifndef, define, endif for HistogramsLibrary.h
1 parent 291ef02 commit ce1e9a2

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

PWGDQ/Core/HistogramsLibrary.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
// Contact: iarsene@cern.ch, i.c.arsene@fys.uio.no
1313
//
14+
15+
#ifndef PWGDQ_CORE_HISTOGRAMSLIBRARY_H_
16+
#define PWGDQ_CORE_HISTOGRAMSLIBRARY_H_
17+
1418
#include <TString.h>
1519
#include "PWGDQ/Core/HistogramManager.h"
1620
#include "PWGDQ/Core/VarManager.h"
@@ -375,3 +379,5 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
375379
hm->AddHistogram(histClass, "DeltaEta_DeltaPhiSym", "", false, 20, -2.0, 2.0, VarManager::kDeltaEta, 50, -8.0, 8.0, VarManager::kDeltaPhiSym);
376380
}
377381
}
382+
383+
#endif // PWGDQ_CORE_HISTOGRAMSLIBRARY_H_

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <map>
2222
#include <cmath>
2323
#include <iostream>
24+
#include <utility>
2425

2526
#include <TObject.h>
2627
#include <TString.h>

0 commit comments

Comments
 (0)