[Bf-blender-cvs] [46d2b6c] master: Followup for the previous commit

Sergey Sharybin noreply at git.blender.org
Sat Nov 29 13:52:42 CET 2014


Commit: 46d2b6cd0b11de899f13c1acf17d158eb8c192a6
Author: Sergey Sharybin
Date:   Sat Nov 29 17:52:02 2014 +0500
Branches: master
https://developer.blender.org/rB46d2b6cd0b11de899f13c1acf17d158eb8c192a6

Followup for the previous commit

Don't have collada here, so need to use buildbot to test,,

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

M	source/blender/editors/io/io_ops.c

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

diff --git a/source/blender/editors/io/io_ops.c b/source/blender/editors/io/io_ops.c
index 5e41c9e..a70a51a 100644
--- a/source/blender/editors/io/io_ops.c
+++ b/source/blender/editors/io/io_ops.c
@@ -29,7 +29,11 @@
  */
 
 #include "io_ops.h"  /* own include */
-#include "io_collada.h"
+
+#ifdef WITH_COLLADA
+#  include "io_collada.h"
+#  include "WM_api.h"
+#endif
 
 void ED_operatortypes_io(void) 
 {




More information about the Bf-blender-cvs mailing list