[Bf-blender-cvs] [c99d1d5d0db] master: Fix build errors on Linux/clang after recent changes

Brecht Van Lommel noreply at git.blender.org
Thu Feb 17 16:19:37 CET 2022


Commit: c99d1d5d0db8ac7af0d479341e1bd87ead681387
Author: Brecht Van Lommel
Date:   Thu Feb 17 16:15:31 2022 +0100
Branches: master
https://developer.blender.org/rBc99d1d5d0db8ac7af0d479341e1bd87ead681387

Fix build errors on Linux/clang after recent changes

===================================================================

M	source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
M	source/blender/nodes/function/nodes/node_fn_compare.cc
M	source/blender/nodes/function/nodes/node_fn_input_color.cc

===================================================================

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"
 
diff --git a/source/blender/nodes/function/nodes/node_fn_compare.cc b/source/blender/nodes/function/nodes/node_fn_compare.cc
index 2e2e5227a65..e6fdf1820fa 100644
--- a/source/blender/nodes/function/nodes/node_fn_compare.cc
+++ b/source/blender/nodes/function/nodes/node_fn_compare.cc
@@ -3,6 +3,7 @@
 #include <cmath>
 
 #include "BLI_listbase.h"
+#include "BLI_math_vector.h"
 #include "BLI_string.h"
 
 #include "UI_interface.h"
diff --git a/source/blender/nodes/function/nodes/node_fn_input_color.cc b/source/blender/nodes/function/nodes/node_fn_input_color.cc
index f76bb904153..46787f7575d 100644
--- a/source/blender/nodes/function/nodes/node_fn_input_color.cc
+++ b/source/blender/nodes/function/nodes/node_fn_input_color.cc
@@ -2,6 +2,8 @@
 
 #include "node_function_util.hh"
 
+#include "BLI_math_vector.h"
+
 #include "UI_interface.h"
 #include "UI_resources.h"



More information about the Bf-blender-cvs mailing list