From 5acac13eb4a2432f78439705b9e59cc97938fd6b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 27 Feb 2017 15:22:51 +0100 Subject: Cycles: Fix compilation error on vanilla Ubuntu 16.10 Patch by @swerner, thanks! --- intern/cycles/device/device_cuda.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'intern') 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 +#include #include #include #include -- cgit v1.2.3