[Bf-blender-cvs] [d7639d57dc5] master: Fix T52368: OSL trace() crash after recent changes.

Brecht Van Lommel noreply at git.blender.org
Sat Aug 12 14:39:59 CEST 2017


Commit: d7639d57dc55ee18f7bbed8071efc8f47de1fd04
Author: Brecht Van Lommel
Date:   Sat Aug 12 14:32:52 2017 +0200
Branches: master
https://developer.blender.org/rBd7639d57dc55ee18f7bbed8071efc8f47de1fd04

Fix T52368: OSL trace() crash after recent changes.

===================================================================

M	intern/cycles/util/util_types.h

===================================================================

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"




More information about the Bf-blender-cvs mailing list