Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-24 18:39:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-24 18:39:16 +0300
commitd84df351d0535ff17ee6a46a85de4f404c1d08ef (patch)
treedc64a750e6a782aa65b2fb1037e7edf25d9ab80e /intern/cycles/bvh/bvh_build.cpp
parentb6ccba9241ab099e456ef3789dd28d106607ef18 (diff)
Cycles: Don't rely on indirectly included algorithm
Diffstat (limited to 'intern/cycles/bvh/bvh_build.cpp')
-rw-r--r--intern/cycles/bvh/bvh_build.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index 1ce3a754460..a2f8b33cb0b 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"