Followup for the previous commit

Don't have collada here, so need to use buildbot to test,,
This commit is contained in:
Sergey Sharybin 2014-11-29 17:52:02 +05:00
parent 0c60129331
commit 46d2b6cd0b
1 changed files with 5 additions and 1 deletions

View File

@ -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)
{