[Bf-blender-cvs] [59c224ebc7] blender-v2.78b-release: Cycles: Don't rely on indirectly included algorithm

Sergey Sharybin noreply at git.blender.org
Thu Jan 26 13:47:03 CET 2017


Commit: 59c224ebc7a86e18de28127685675ba9bbfea613
Author: Sergey Sharybin
Date:   Tue Jan 24 16:39:16 2017 +0100
Branches: blender-v2.78b-release
https://developer.blender.org/rB59c224ebc7a86e18de28127685675ba9bbfea613

Cycles: Don't rely on indirectly included algorithm

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

M	intern/cycles/bvh/bvh_build.cpp

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

diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index 1ce3a75446..a2f8b33cb0 100644
--- a/intern/cycles/bvh/bvh_build.cpp
+++ b/intern/cycles/bvh/bvh_build.cpp
@@ -26,6 +26,7 @@
 #include "scene.h"
 #include "curves.h"
 
+#include "util_algorithm.h"
 #include "util_debug.h"
 #include "util_foreach.h"
 #include "util_logging.h"




More information about the Bf-blender-cvs mailing list