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:
authorBrecht Van Lommel <brecht@blender.org>2022-02-17 18:15:31 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-02-17 18:19:26 +0300
commitc99d1d5d0db8ac7af0d479341e1bd87ead681387 (patch)
treebbeb53c341638c1c5895bc753a540a1950f28a6e /source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
parent114cc47b78769e5aac45f6234eabe5fabc762aed (diff)
Fix build errors on Linux/clang after recent changes
Diffstat (limited to 'source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
index 15e7163d7db..162ef07a6dd 100644
--- a/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
@@ -10,6 +10,7 @@
#include "BLI_assert.h"
#include "BLI_dynstr.h"
#include "BLI_hash_mm3.h"
+#include "BLI_math_vector.h"
#include "BLI_string_ref.hh"
#include "BLI_utildefines.h"