Other part of the MSVC build fix (need definition for "finite" macro from BLI_math.h)

This commit is contained in:
Andrew Wiggin 2011-10-14 08:06:59 +00:00
parent 8868f9455c
commit 309721c2e4

@ -33,7 +33,6 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "DNA_listBase.h"
#include "DNA_screen_types.h"
@ -47,6 +46,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLI_math.h"
#include "BKE_blender.h"
#include "BKE_context.h"