fix compile error introduced in rev. 51773: missing header include.

Reported on IRC.
This commit is contained in:
Andrea Weikert
2012-10-30 21:05:51 +00:00
parent 76ba8f017e
commit 700f39ab46

View File

@@ -75,6 +75,9 @@
#include "BKE_customdata.h"
#include "BKE_bvhutils.h"
/* defines BLI_INLINE */
#include "BLI_utildefines.h"
struct CCGElem;
struct CCGKey;
struct MVert;