Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 0158fa1

Browse files
committed
Include "version.cuh" from "util_namespace.cuh" so that we can include a header
that has always existed in Thrust when checking for older versions of CUB. Bug 2950372
1 parent ddc671c commit 0158fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cub/util_namespace.cuh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
#pragma once
3535

36+
#include "version.cuh"
37+
3638
// For example:
3739
//#define CUB_NS_PREFIX namespace thrust{ namespace detail {
3840
//#define CUB_NS_POSTFIX } }

0 commit comments

Comments
 (0)