Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMai Lavelle <mai.lavelle@gmail.com>2017-04-08 14:12:04 +0300
committerMai Lavelle <mai.lavelle@gmail.com>2017-04-08 14:12:04 +0300
commitb60d4800c6e52a8fe861702ecd79486a94da10be (patch)
treeb94fab4849b931e89c46102dacdfc715419982b2
parent1cd54ec225d9fd66bfed51b18bd5605f49ec1b07 (diff)
Cycles: Fix building of CUDA kernels with compilers where C++11 is disabled
-rw-r--r--intern/cycles/kernel/kernel_compat_cuda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cuda.h b/intern/cycles/kernel/kernel_compat_cuda.h
index a6b44acc809..c375d17a95f 100644
--- a/intern/cycles/kernel/kernel_compat_cuda.h
+++ b/intern/cycles/kernel/kernel_compat_cuda.h
@@ -33,7 +33,7 @@
#include <cuda.h>
#include <cuda_fp16.h>
#include <float.h>
-#include <cstdint>
+#include <stdint.h>
/* Qualifier wrappers for different names on different devices */