[CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.

We're #including the wrong file!

llvm-svn: 265083
This commit is contained in:
Justin Lebar 2016-04-01 00:25:42 +00:00
parent e2d8f1b8fc
commit cb28f15fbc
1 changed files with 1 additions and 1 deletions

View File

@ -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.