[Bf-blender-cvs] [27167ee3a4] blender-v2.78c-release: Cycles: Fix compilation error on 32bit Linux

Sergey Sharybin noreply at git.blender.org
Thu Feb 23 17:31:00 CET 2017


Commit: 27167ee3a42b160f322418b40647b6053a15c978
Author: Sergey Sharybin
Date:   Thu Feb 23 17:30:26 2017 +0100
Branches: blender-v2.78c-release
https://developer.blender.org/rB27167ee3a42b160f322418b40647b6053a15c978

Cycles: Fix compilation error on 32bit Linux

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

M	intern/cycles/util/util_half.h

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

diff --git a/intern/cycles/util/util_half.h b/intern/cycles/util/util_half.h
index 7285c6ef60..c1a47d58c5 100644
--- a/intern/cycles/util/util_half.h
+++ b/intern/cycles/util/util_half.h
@@ -18,6 +18,7 @@
 #define __UTIL_HALF_H__
 
 #include "util_types.h"
+#include "util_math.h"
 
 #ifdef __KERNEL_SSE2__
 #include "util_simd.h"




More information about the Bf-blender-cvs mailing list