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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-02-27 17:22:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-02-27 17:22:51 +0300
commit5acac13eb4a2432f78439705b9e59cc97938fd6b (patch)
tree6947b6c3e266596c8f5ba91c0a97a32d284c6a8a
parentf1b21d5960d94e518c950a932de1ebdd50ad860c (diff)
Cycles: Fix compilation error on vanilla Ubuntu 16.10
Patch by @swerner, thanks!
-rw-r--r--intern/cycles/device/device_cuda.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index dafac6dfcb3..5e87f9ec895 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -15,6 +15,7 @@
*/
#include <climits>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>