[Bf-blender-cvs] [237df2f8605] master: Fix Collada building

Dalai Felinto noreply at git.blender.org
Thu Dec 7 14:51:59 CET 2017


Commit: 237df2f86053e796da98c903185ec3d70ae13910
Author: Dalai Felinto
Date:   Thu Dec 7 11:44:05 2017 -0200
Branches: master
https://developer.blender.org/rB237df2f86053e796da98c903185ec3d70ae13910

Fix Collada building

Bug introduced in cc811d1fd634.

===================================================================

M	source/blender/collada/DocumentImporter.cpp

===================================================================

diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index eada4b2bf98..f7fdfb06a40 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -60,6 +60,7 @@ extern "C" {
 #include "BKE_main.h"
 #include "BKE_lamp.h"
 #include "BKE_library.h"
+#include "BKE_texture.h"
 #include "BKE_fcurve.h"
 #include "BKE_depsgraph.h"
 #include "BKE_scene.h"



More information about the Bf-blender-cvs mailing list