Skip to content
Snippets Groups Projects
Commit d04bcbc4 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

StsDigi: Fix GPU compilation.

parent 96f90f16
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <xpu/defines.h> // for XPU_D #include <xpu/defines.h> // for XPU_D
#ifndef NO_ROOT #if !defined(NO_ROOT) && !XPU_IS_HIP_CUDA
#include <Rtypes.h> // for ClassDef #include <Rtypes.h> // for ClassDef
#endif #endif
...@@ -201,7 +201,7 @@ private: ...@@ -201,7 +201,7 @@ private:
void PackAddressAndTime(int32_t address, uint32_t time); void PackAddressAndTime(int32_t address, uint32_t time);
int32_t UnpackAddress() const; int32_t UnpackAddress() const;
#ifndef NO_ROOT #if !defined(NO_ROOT) && !XPU_IS_HIP_CUDA
ClassDefNV(CbmStsDigi, 8); ClassDefNV(CbmStsDigi, 8);
#endif #endif
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment