Skip to content

Commit

Permalink
GPU: Fix some protections for VC and ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Jan 24, 2025
1 parent d4d1d68 commit 2212629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions GPU/GPUTracking/DataTypes/CalibdEdxTrackTopologyPol.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

#ifndef GPUCA_NO_VC
#include "Rtypes.h"
#endif
#include "CalibdEdxTrackTopologyPol.h"

#include <cstddef>
Expand Down
6 changes: 4 additions & 2 deletions GPU/GPUTracking/Debug/GPUROOTDump.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
#include "GPUROOTDumpCore.h"
#include <TTree.h>
#include <TNtuple.h>
#include <memory>
#include <stdexcept>
#else
class TNtuple;
#endif
#ifndef GPUCA_GPUCODE
#include <memory>
#include <stdexcept>
#endif

namespace o2
{
Expand Down

0 comments on commit 2212629

Please sign in to comment.