Skip to content

Commit

Permalink
Don't prevent loading ROOT headers if we use DEBUG_STREAMERS, might b…
Browse files Browse the repository at this point in the history
…reak GPU build
  • Loading branch information
davidrohr committed Nov 19, 2024
1 parent a4f9b96 commit 8486282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/Common/GPUCommonRtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "GPUCommonDef.h"

#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
#if !defined(ROOT_Rtypes) && !defined(__CLING__)
#define GPUCOMMONRTYPES_H_ACTIVE
struct MUST_NOT_USE_Rtypes_h {};
Expand Down

0 comments on commit 8486282

Please sign in to comment.