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.
This commit is contained in:
Sergey Sharybin 2017-04-07 18:27:07 +02:00
parent 8c22a974d6
commit 7d77b3e813

@ -33,6 +33,7 @@
#include <cuda.h>
#include <cuda_fp16.h>
#include <float.h>
#include <cstdint>
/* Qualifier wrappers for different names on different devices */