[CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.
authorJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 00:25:42 +0000 (00:25 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 1 Apr 2016 00:25:42 +0000 (00:25 +0000)
We're #including the wrong file!

llvm-svn: 265083

clang/lib/Headers/__clang_cuda_runtime_wrapper.h

index b9278d5..97d8870 100644 (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.