Skip to content

Commit 89002ee

Browse files
davidrohrBarthelemy
authored andcommitted
Add missing includes (#475)
1 parent acc0529 commit 89002ee

13 files changed

Lines changed: 23 additions & 0 deletions

File tree

Framework/src/Check.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "QualityControl/TaskRunner.h"
2626
#include "QualityControl/InputUtils.h"
2727
#include "QualityControl/RootClassFactory.h"
28+
// Fairlogger
29+
#include <fairlogger/Logger.h>
2830

2931
using namespace AliceO2::Common;
3032
using namespace AliceO2::InfoLogger;

Framework/src/CheckRunner.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "QualityControl/DatabaseFactory.h"
3434
#include "QualityControl/TaskRunner.h"
3535
#include "QualityControl/ServiceDiscovery.h"
36+
// Fairlogger
37+
#include <fairlogger/Logger.h>
3638

3739
using namespace std::chrono;
3840
using namespace AliceO2::Common;

Framework/src/HistoProducer.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <TH1F.h>
1919
#include <QualityControl/MonitorObjectCollection.h>
2020
#include <string>
21+
#include <fairlogger/Logger.h>
2122

2223
using namespace o2::framework;
2324

Framework/src/TaskRunner.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ using namespace o2::utilities;
3535
#include <Framework/DataDescriptorQueryBuilder.h>
3636
#include <Framework/ConfigParamRegistry.h>
3737

38+
// Fairlogger
39+
#include <fairlogger/Logger.h>
40+
3841
#include "QualityControl/QcInfoLogger.h"
3942
#include "QualityControl/TaskFactory.h"
4043

Framework/src/TrendingTask.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <TH1.h>
2424
#include <TCanvas.h>
2525
#include <TPaveText.h>
26+
#include <TDatime.h>
2627
#include "TGraphErrors.h"
2728

2829
using namespace o2::quality_control;

Modules/Daq/src/DaqTask.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "QualityControl/QcInfoLogger.h"
1919
#include <TCanvas.h>
2020
#include <TDatime.h>
21+
#include <TObjString.h>
2122
#include <TGraph.h>
2223
#include <TH1.h>
2324
#include <TPaveText.h>

Modules/ITS/src/TrendingTaskITSFhr.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "ITS/TH2XlineReductor.h"
2323
#include <TCanvas.h>
2424
#include <TH1.h>
25+
#include <TDatime.h>
2526
#include <map>
2627
#include <string>
2728

Modules/ITS/src/TrendingTaskITSThr.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "QualityControl/Reductor.h"
2222
#include <TCanvas.h>
2323
#include <TH1.h>
24+
#include <TDatime.h>
2425

2526
using namespace o2::quality_control;
2627
using namespace o2::quality_control::core;

Modules/MUON/MCH/src/Decoding.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "MCHBase/Digit.h"
1414
#define __STDC_FORMAT_MACROS
1515
#include <cinttypes>
16+
#include <fstream>
1617

1718
using namespace std;
1819

Modules/MUON/MCH/src/Mapping.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include "QualityControl/QcInfoLogger.h"
77
#include "MCH/Mapping.h"
8+
#include <fstream>
89
#ifdef MCH_HAS_MAPPING_FACTORY
910
#include "MCHMappingFactory/CreateSegmentation.h"
1011
#else

0 commit comments

Comments
 (0)