We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e384c9f commit 41b81a2Copy full SHA for 41b81a2
GPU/GPUTracking/DataTypes/CalibdEdxTrackTopologyPol.cxx
@@ -9,7 +9,9 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
+#ifndef GPUCA_NO_VC
13
#include "Rtypes.h"
14
+#endif
15
#include "CalibdEdxTrackTopologyPol.h"
16
17
#include <cstddef>
GPU/GPUTracking/Debug/GPUROOTDump.h
@@ -20,11 +20,13 @@
20
#include "GPUROOTDumpCore.h"
21
#include <TTree.h>
22
#include <TNtuple.h>
23
-#include <memory>
24
-#include <stdexcept>
25
#else
26
class TNtuple;
27
#endif
+#ifndef GPUCA_GPUCODE
+#include <memory>
28
+#include <stdexcept>
29
30
31
namespace o2
32
{
0 commit comments