From bbea79ce5eadff621dcca668487cd1248b0433aa Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 15 Apr 2021 09:35:56 +0200 Subject: Cleanup: move type conversions to separate file --- source/blender/modifiers/intern/MOD_nodes.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers') 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; -- cgit v1.2.3