[Bf-blender-cvs] [6cc04b4] master: Cycles: Fix compilation on Win32 after bitscan commit

Sergey Sharybin noreply at git.blender.org
Thu Mar 31 16:47:41 CEST 2016


Commit: 6cc04b408c8ad8338dcdd98d620493a86735be44
Author: Sergey Sharybin
Date:   Thu Mar 31 16:46:59 2016 +0200
Branches: master
https://developer.blender.org/rB6cc04b408c8ad8338dcdd98d620493a86735be44

Cycles: Fix compilation on Win32 after bitscan commit

Need to revisit utility headers a bit more carefully and perhaps
move such utilities outside of simd-related headers.

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

M	intern/cycles/bvh/bvh_build.cpp

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

diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index 6d785df..4f6aba5 100644
--- a/intern/cycles/bvh/bvh_build.cpp
+++ b/intern/cycles/bvh/bvh_build.cpp
@@ -31,6 +31,7 @@
 #include "util_logging.h"
 #include "util_progress.h"
 #include "util_stack_allocator.h"
+#include "util_simd.h"
 #include "util_time.h"
 
 CCL_NAMESPACE_BEGIN




More information about the Bf-blender-cvs mailing list