fix for building on msvc2008 (also style cleanup)

This commit is contained in:
2012-09-04 01:23:50 +00:00
parent 7283709a40
commit a71b160184
13 changed files with 36 additions and 30 deletions

View File

@@ -33,7 +33,8 @@
#include <math.h>
#include <string.h>
#include <ctype.h>
#include <stddef.h> /* offsetof() */
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"