Add back missing include

This commit is contained in:
Campbell Barton 2017-03-27 09:14:40 +11:00
parent 505b3b7328
commit 356aacab6b

@ -60,6 +60,9 @@
#include "bmesh.h"
/* only for customdata_data_transfer_interp_normal_normals */
#include "data_transfer_intern.h"
/* number of layers to add when growing a CustomData object */
#define CUSTOMDATA_GROW 5