[Bf-blender-cvs] [1bcad0d920a] upstream_cycles_texture_cache: Cycles: fixed include statements for image cache to work on case-sensitive file systems

Stefan Werner noreply at git.blender.org
Wed Jun 27 14:04:54 CEST 2018


Commit: 1bcad0d920aeb64822ea4a64a0acd5764dde9037
Author: Stefan Werner
Date:   Tue Jun 27 11:16:08 2017 +0200
Branches: upstream_cycles_texture_cache
https://developer.blender.org/rB1bcad0d920aeb64822ea4a64a0acd5764dde9037

Cycles: fixed include statements for image cache to work on case-sensitive file systems

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

M	intern/cycles/render/shader.h

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

diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index 4467ae60e04..a8808d4a37d 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -25,6 +25,7 @@
 
 #include "render/attribute.h"
 #include "kernel/kernel_types.h"
+#include <OpenImageIO/texture.h>
 
 #include "graph/node.h"



More information about the Bf-blender-cvs mailing list