re-adds the include "BLI_math.h" to custondata

It was removed here rBd52191616b5f
This commit is contained in:
Germano Cavalcante 2017-03-26 04:08:16 -03:00
parent 15143a7464
commit ed072e1dcd
1 changed files with 1 additions and 2 deletions

View File

@ -44,6 +44,7 @@
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
#include "BLI_math.h"
#include "BLI_math_color_blend.h"
#include "BLI_mempool.h"
@ -57,8 +58,6 @@
#include "BKE_mesh_remap.h"
#include "BKE_multires.h"
#include "data_transfer_intern.h"
#include "bmesh.h"
/* number of layers to add when growing a CustomData object */