Commit: d84df351d0535ff17ee6a46a85de4f404c1d08ef Author: Sergey Sharybin Date: Tue Jan 24 16:39:16 2017 +0100 Branches: master https://developer.blender.org/rBd84df351d0535ff17ee6a46a85de4f404c1d08ef
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" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
