Added winstuff.h for M_PI_2 define!

This commit is contained in:
Ton Roosendaal 2004-11-11 13:47:06 +00:00
parent 2e4a10253b
commit c8c149281c

@ -58,6 +58,10 @@
#include <unistd.h>
#endif
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include <stdio.h>
#include "BLI_arithb.h"