* Replace math.h with BLI_math.h, this fixes compile on windows.

This commit is contained in:
Thomas Dinges 2012-11-11 18:56:58 +00:00
parent 3dffa021d1
commit 13e474047b

@ -30,12 +30,12 @@
#include <string.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLI_math.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"