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 a4f9b96 commit 8486282Copy full SHA for 8486282
GPU/Common/GPUCommonRtypes.h
@@ -17,7 +17,7 @@
17
18
#include "GPUCommonDef.h"
19
20
-#if defined(GPUCA_STANDALONE) || (defined(GPUCA_O2_LIB) && !defined(GPUCA_O2_INTERFACE)) || defined(GPUCA_GPUCODE) // clang-format off
+#if defined(GPUCA_STANDALONE) || (defined(GPUCA_O2_LIB) && !defined(GPUCA_O2_INTERFACE) && !defined(DEBUG_STREAMER)) || defined(GPUCA_GPUCODE) // clang-format off
21
#if !defined(ROOT_Rtypes) && !defined(__CLING__)
22
#define GPUCOMMONRTYPES_H_ACTIVE
23
struct MUST_NOT_USE_Rtypes_h {};
0 commit comments