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:
authorJulian Eisel <julian@blender.org>2020-11-11 19:35:26 +0300
committerJulian Eisel <julian@blender.org>2020-11-11 19:35:26 +0300
commitca7079a44e773a26d6f6aa6730f53a16e7de6cd5 (patch)
treeb58ff6ccca5e2afd18da8365705f47112eac0a38 /source/blender/makesrna/intern/rna_nodetree.c
parentfdd9cb713e2e96e430eb022f034bfa9973afc75c (diff)
parent5b5ec0a2e910a42d7c02774a47fd9c70b6f16f06 (diff)
Merge branch 'master' into outliner-cpp-refactoroutliner-cpp-refactor
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 6ac3f1dd424..e91b0d860c6 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -55,7 +55,7 @@
#include "MEM_guardedalloc.h"
-#include "RE_render_ext.h"
+#include "RE_texture.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"