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:
authorRajesh Advani <rajeshja>2021-09-03 11:45:48 +0300
committerJacques Lucke <jacques@blender.org>2021-09-03 11:45:48 +0300
commit684500837d2994a2da840456cbff8c04b4371e00 (patch)
tree45bb303f05e733d4920762b7fe2abb5e8d383911 /source/blender/nodes/function/node_function_util.hh
parent4a3243f311c75d8b15fc39ec07dd57ecb40bd32f (diff)
Cleanup: convert function nodes socket list to use new API
The new API was introduced in rB1e69a25043120cc8dddc3f58622eb50e1443def1. Differential Revision: https://developer.blender.org/D12380
Diffstat (limited to 'source/blender/nodes/function/node_function_util.hh')
-rw-r--r--source/blender/nodes/function/node_function_util.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/function/node_function_util.hh b/source/blender/nodes/function/node_function_util.hh
index 96a8f29c3e9..46b485298e3 100644
--- a/source/blender/nodes/function/node_function_util.hh
+++ b/source/blender/nodes/function/node_function_util.hh
@@ -31,6 +31,7 @@
#include "NOD_function.h"
#include "NOD_multi_function.hh"
+#include "NOD_socket_declarations.hh"
#include "node_util.h"