Compile fix for MSVC

- missing #define for finite and isnan
This commit is contained in:
2010-03-15 18:52:22 +00:00
parent 3f8628ac74
commit e7fad67fab
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_path_util.h"
#include "BLI_math_base.h"
#include "BKE_context.h"
#include "BKE_text.h"