Skip to content

Commit bd41c6a

Browse files
njacaziodavidrohr
authored andcommitted
Add missing includes
1 parent e962d83 commit bd41c6a

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

Detectors/CTF/test/test_ctf_io_cpv.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <TRandom.h>
2929
#include <TStopwatch.h>
3030
#include <TSystem.h>
31+
#include <TMath.h>
3132
#include <cstring>
3233

3334
using namespace o2::cpv;

Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include <cassert>
13+
#include <cmath>
1314

1415
// o2 includes
1516
#include "ITSStudies/Helpers.h"

Detectors/TPC/spacecharge/src/DataContainer3D.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "Framework/Logger.h"
1818
#include "TFile.h"
1919
#include "ROOT/RDataFrame.hxx"
20+
#include "TStopwatch.h"
21+
#include "TTree.h"
2022

2123
#include <memory>
2224
#include <iomanip>

GPU/GPUTracking/qa/genEvents.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define GENEVENTS_H
1717

1818
#include "GPUCommonDef.h"
19+
#include <cmath>
1920

2021
namespace o2::gpu
2122
{

0 commit comments

Comments
 (0)