Cleanup: Add missing include for parallel reduction

The parallel reduction file didn't include its own header, which can
yield "no previous declaration" warnings. This patch includes the header
to fix the warning.
This commit is contained in:
Omar Emara 2022-10-11 16:22:14 +02:00
parent 37461b8bdd
commit 009acfa477
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
set(INC
.
./algorithms
../../blenkernel
../../blenlib
../../gpu

View File

@ -12,6 +12,8 @@
#include "COM_context.hh"
#include "COM_utilities.hh"
#include "COM_algorithm_parallel_reduction.hh"
namespace blender::realtime_compositor {
/* Reduces the given texture into a single value and returns it. The return value should be freed