forked from OSchip/llvm-project
[CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.
We're #including the wrong file! llvm-svn: 265083
This commit is contained in:
parent
e2d8f1b8fc
commit
cb28f15fbc
|
@ -43,7 +43,7 @@
|
|||
#if defined(__CUDA__) && defined(__clang__)
|
||||
|
||||
// Include some forward declares that must come before cmath.
|
||||
#include <__clang_cuda_runtime_wrapper.h>
|
||||
#include <__clang_cuda_math_forward_declares.h>
|
||||
|
||||
// Include some standard headers to avoid CUDA headers including them
|
||||
// while some required macros (like __THROW) are in a weird state.
|
||||
|
|
Loading…
Reference in New Issue