diff --git a/intern/cycles/util/tbb.h b/intern/cycles/util/tbb.h index 795c9986abd..dfc2fb5c623 100644 --- a/intern/cycles/util/tbb.h +++ b/intern/cycles/util/tbb.h @@ -12,6 +12,7 @@ #include #include #include +#include #include #include @@ -27,6 +28,7 @@ using tbb::blocked_range; using tbb::enumerable_thread_specific; using tbb::parallel_for; using tbb::parallel_for_each; +using tbb::parallel_reduce; static inline void thread_capture_fp_settings() {