Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Detectors/CTF/test/test_ctf_io_cpv.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <TRandom.h>
#include <TStopwatch.h>
#include <TSystem.h>
#include <TMath.h>
#include <cstring>

using namespace o2::cpv;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// or submit itself to any jurisdiction.

#include <cassert>
#include <cmath>

// o2 includes
#include "ITSStudies/Helpers.h"
Expand Down
2 changes: 2 additions & 0 deletions Detectors/TPC/spacecharge/src/DataContainer3D.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "Framework/Logger.h"
#include "TFile.h"
#include "ROOT/RDataFrame.hxx"
#include "TStopwatch.h"
#include "TTree.h"

#include <memory>
#include <iomanip>
Expand Down
1 change: 1 addition & 0 deletions GPU/GPUTracking/qa/genEvents.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define GENEVENTS_H

#include "GPUCommonDef.h"
#include <cmath>

namespace o2::gpu
{
Expand Down