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/function
parent114cc47b78769e5aac45f6234eabe5fabc762aed (diff)
Fix build errors on Linux/clang after recent changes
Diffstat (limited to 'source/blender/nodes/function')
-rw-r--r--source/blender/nodes/function/nodes/node_fn_compare.cc1
-rw-r--r--source/blender/nodes/function/nodes/node_fn_input_color.cc2
2 files changed, 3 insertions, 0 deletions
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"