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

Commit 4db1774

Browse files
committed
thrust/detail/cstdint.h: #include <stdint.h> when using the Intel compiler.
1 parent 368266e commit 4db1774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/detail/cstdint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <thrust/detail/config.h>
2020

21-
#if (THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_GCC) || (THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_CLANG)
21+
#if (THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_GCC) || (THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_CLANG) || (THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_INTEL)
2222
#include <stdint.h>
2323
#endif
2424

0 commit comments

Comments
 (0)