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/blenkernel/intern/attribute_access.cc
parent3810bcc1604756f433b5b799b66d8b81645767ca (diff)
Cleanup: move type conversions to separate file
Diffstat (limited to 'source/blender/blenkernel/intern/attribute_access.cc')
-rw-r--r--source/blender/blenkernel/intern/attribute_access.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/attribute_access.cc b/source/blender/blenkernel/intern/attribute_access.cc
index 5bd3b990a63..8542c9d35a4 100644
--- a/source/blender/blenkernel/intern/attribute_access.cc
+++ b/source/blender/blenkernel/intern/attribute_access.cc
@@ -34,7 +34,7 @@
#include "CLG_log.h"
-#include "NOD_node_tree_multi_function.hh"
+#include "NOD_type_conversions.hh"
#include "attribute_access_intern.hh"