[Bf-blender-cvs] [0c60129] master: Attempt to fix collada compilation after recent cleanup

Sergey Sharybin noreply at git.blender.org
Sat Nov 29 13:47:56 CET 2014


Commit: 0c60129331c341acc025acf79d78a6130b6126d0
Author: Sergey Sharybin
Date:   Sat Nov 29 17:47:08 2014 +0500
Branches: master
https://developer.blender.org/rB0c60129331c341acc025acf79d78a6130b6126d0

Attempt to fix collada compilation after recent cleanup

This one call really smart script to check unused headers, huh? ;)

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

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 cb8329e..5e41c9e 100644
--- a/source/blender/editors/io/io_ops.c
+++ b/source/blender/editors/io/io_ops.c
@@ -29,6 +29,7 @@
  */
 
 #include "io_ops.h"  /* own include */
+#include "io_collada.h"
 
 void ED_operatortypes_io(void) 
 {




More information about the Bf-blender-cvs mailing list