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:
authorJacques Lucke <jacques@blender.org>2021-04-15 10:35:56 +0300
committerJacques Lucke <jacques@blender.org>2021-04-15 10:35:56 +0300
commitbbea79ce5eadff621dcca668487cd1248b0433aa (patch)
treead3660cdbfd6f3e509df471bc6a6f4f9c1e42c54 /source/blender/modifiers
parent3810bcc1604756f433b5b799b66d8b81645767ca (diff)
Cleanup: move type conversions to separate file
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_nodes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc
index fd798b743c9..9329bc85e66 100644
--- a/source/blender/modifiers/intern/MOD_nodes.cc
+++ b/source/blender/modifiers/intern/MOD_nodes.cc
@@ -84,6 +84,7 @@
#include "NOD_geometry_exec.hh"
#include "NOD_node_tree_multi_function.hh"
#include "NOD_type_callbacks.hh"
+#include "NOD_type_conversions.hh"
using blender::float3;
using blender::FunctionRef;