Skip to content

Commit 3fb68fb

Browse files
authored
Include what you use: ptree.h (#1963)
Framework will soon reduce exposing ptree.h to the bare minimum, due to interference with ROOT.
1 parent f093963 commit 3fb68fb

11 files changed

Lines changed: 13 additions & 1 deletion

Modules/EMCAL/src/CalibMonitoringTask.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "TPaveText.h"
3030
#include "TH1D.h"
3131
#include "TH2D.h"
32+
#include <boost/property_tree/ptree.hpp>
3233

3334
using namespace o2::quality_control::postprocessing;
3435
using namespace o2::quality_control::core;

Modules/GLO/src/MeanVertexPostProcessing.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "QualityControl/QcInfoLogger.h"
2222

2323
#include <TMath.h>
24+
#include <boost/property_tree/ptree.hpp>
2425

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

Modules/TOF/src/PostProcessHitMap.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <TH2F.h>
3131
#include <TCanvas.h>
3232
#include <TPaveText.h>
33+
#include <boost/property_tree/ptree.hpp>
3334

3435
using namespace o2::quality_control::postprocessing;
3536

Modules/TPC/src/CalDetPublisher.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "TPaveText.h"
3030

3131
#include <fmt/format.h>
32+
#include <boost/property_tree/ptree.hpp>
3233
#include <algorithm>
3334

3435
using namespace o2::quality_control::postprocessing;

Modules/TPC/src/ClusterVisualizer.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "TPaveText.h"
3131

3232
#include <fmt/format.h>
33+
#include <boost/property_tree/ptree.hpp>
3334
#include <algorithm>
3435

3536
using namespace o2::quality_control::postprocessing;

Modules/TPC/src/DCSPTemperature.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "TStyle.h"
2929

3030
#include <fmt/format.h>
31+
#include <boost/property_tree/ptree.hpp>
3132

3233
using namespace o2::quality_control::postprocessing;
3334

Modules/TPC/src/IDCs.cxx

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

3131
#include <fmt/format.h>
3232
#include <boost/optional/optional.hpp>
33+
#include <boost/property_tree/ptree.hpp>
3334

3435
using namespace o2::quality_control::postprocessing;
3536
using namespace o2::tpc;

Modules/TPC/src/IDCsVsSACs.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "TCanvas.h"
2929

3030
#include <fmt/format.h>
31+
#include <boost/property_tree/ptree.hpp>
3132

3233
using namespace o2::quality_control::postprocessing;
3334
using namespace o2::tpc;

Modules/TPC/src/LaserTracks.cxx

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

2626
// root includes
2727
#include "TCanvas.h"
28+
#include <boost/property_tree/ptree.hpp>
2829

2930
using namespace o2::quality_control::postprocessing;
3031

Modules/TPC/src/SACs.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <fmt/format.h>
2929
#include <boost/optional/optional.hpp>
30+
#include <boost/property_tree/ptree.hpp>
3031

3132
using namespace o2::quality_control::postprocessing;
3233
using namespace o2::tpc;
@@ -234,4 +235,4 @@ void SACs::finalize(Trigger, framework::ServiceRegistryRef)
234235
getObjectsManager()->stopPublishing(mSACZeroOutliers.get());
235236
}
236237

237-
} // namespace o2::quality_control_modules::tpc
238+
} // namespace o2::quality_control_modules::tpc

0 commit comments

Comments
 (0)