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:
authorThomas Dinges <blender@dingto.org>2016-05-20 17:46:49 +0300
committerThomas Dinges <blender@dingto.org>2016-05-20 17:50:29 +0300
commita5a05fc291ab8e024e3ff6bf9cd63733c7687f86 (patch)
tree52d2c66c36100138980400e2cfc7e42f80c73b51 /intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h
parent7ab55d894713fede179df652ba59cc241658dc28 (diff)
Cycles: Fix long compile time with MSVC.
Compile time per kernel increased alot after recent image commits, re-shuffle some code to fix this. Patch by "LazyDodo". Differential Revision: https://developer.blender.org/D2012
Diffstat (limited to 'intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h')
-rw-r--r--intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h b/intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h
index 1454f925ab9..962196ccbdd 100644
--- a/intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h
+++ b/intern/cycles/kernel/kernels/cpu/kernel_cpu_impl.h
@@ -24,6 +24,7 @@
#include "kernel_math.h"
#include "kernel_types.h"
#include "kernel_globals.h"
+#include "kernel_cpu_image.h"
#include "kernel_film.h"
#include "kernel_path.h"
#include "kernel_path_branched.h"