collada: add extern 'C' for c header includes

This commit is contained in:
Gaia Clary 2017-03-21 17:42:34 +01:00
parent ec3989441f
commit 33e32c341a
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "COLLADAFWUniqueId.h"
extern "C" {
#include "BKE_action.h"
#include "BKE_depsgraph.h"
#include "BKE_object.h"
@ -39,6 +40,7 @@
#include "BLI_string.h"
#include "BLI_listbase.h"
#include "ED_armature.h"
}
#include "ArmatureImporter.h"