From 7d77b3e813355d832b7fbc5e4f55773ab792d0e3 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 7 Apr 2017 18:27:07 +0200 Subject: [PATCH] Cycles: Fix compilation error with certain CUDA and host compiler configuration This seems to happen on Windows only, happened to Thomas and Nathan already. Similar patch Thomas was showing, but i do not see it committted. So comitting now in order to get more developers and users happy. --- intern/cycles/kernel/kernel_compat_cuda.h | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/cycles/kernel/kernel_compat_cuda.h b/intern/cycles/kernel/kernel_compat_cuda.h index 39e98c7dda6..a6b44acc809 100644 --- a/intern/cycles/kernel/kernel_compat_cuda.h +++ b/intern/cycles/kernel/kernel_compat_cuda.h @@ -33,6 +33,7 @@ #include #include #include +#include /* Qualifier wrappers for different names on different devices */