Skip to content

Commit aacddd6

Browse files
committed
TPC Transform: Fix includes in GPU code
1 parent 0c82b78 commit aacddd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GPU/TPCFastTransformation/TPCFastSpaceChargeCorrectionMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define ALICEO2_GPUCOMMON_TPCFASTTRANSFORMATION_TPCFASTSPACECHARGECORRECTIONMAP_H
1919

2020
#include "GPUCommonDef.h"
21-
#include "Rtypes.h"
21+
#include "GPUCommonRtypes.h"
2222
#include <vector>
2323

2424
namespace GPUCA_NAMESPACE

GPU/TPCFastTransformation/TPCFastTransformGeo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "GPUCommonDef.h"
2121
#ifndef GPUCA_GPUCODE_DEVICE
2222
#include <memory>
23-
#include "Rtypes.h"
23+
#include "GPUCommonRtypes.h"
2424
#endif
2525

2626
namespace GPUCA_NAMESPACE

0 commit comments

Comments
 (0)