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-08-18 19:48:49 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-08-18 19:56:17 +0300
commit790d57b88ae6eb25250261d50ed52589cc880091 (patch)
tree3778681b8a0e129be9da37730539dc000ce8a398 /source/blender/nodes
parentb375019ebcb2ba6b9a5e8f94d59ed0bd49a93ad1 (diff)
Fix build error when not using unity build
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_filter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_filter.cc b/source/blender/nodes/composite/nodes/node_composite_filter.cc
index c071becac54..6551114a60c 100644
--- a/source/blender/nodes/composite/nodes/node_composite_filter.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_filter.cc
@@ -11,6 +11,7 @@
#include "UI_resources.h"
#include "COM_node_operation.hh"
+#include "COM_utilities.hh"
#include "node_composite_util.hh"