Fix Cycles build on Windows

This commit is contained in:
Dalai Felinto 2017-05-03 21:16:45 +02:00
parent 6abcd6cfd5
commit c171f0b3c9

@ -94,6 +94,7 @@ CCL_NAMESPACE_BEGIN
#ifndef __KERNEL_OPENCL__ #ifndef __KERNEL_OPENCL__
typedef unsigned char uchar; typedef unsigned char uchar;
typedef unsigned int uint; typedef unsigned int uint;
typedef unsigned short ushort;
#endif #endif
/* Fixed Bits Types */ /* Fixed Bits Types */