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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-12 15:32:52 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-08-12 15:32:52 +0300
commitd7639d57dc55ee18f7bbed8071efc8f47de1fd04 (patch)
treec0975bd626ed2e57ed29729ae9641ca835dea252 /intern
parent60ab0b841827457fe0f8a321afca5bbc8ea9ff50 (diff)
Fix T52368: OSL trace() crash after recent changes.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index d9642df8005..733b97e1432 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -28,6 +28,7 @@
#endif
#include "util/util_defines.h"
+#include "util/util_optimization.h"
#ifndef __KERNEL_GPU__
# include "util/util_simd.h"