Cycles standalone, compile fix UINT_MAX is not defined in device_cuda.cpp

This commit is contained in:
Martijn Berger 2016-11-02 10:54:47 +01:00
parent 83ebf501cd
commit 4fdf68271c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <climits>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>