includes for building with gcc 4.6 on fedora.

patch from Richard Shaw
This commit is contained in:
Campbell Barton 2011-03-30 16:14:54 +00:00
parent cc87bf16a1
commit bb1f20a534
5 changed files with 6 additions and 0 deletions

@ -37,6 +37,8 @@
#define EIGEN_FREEBSD_MALLOC_ALREADY_ALIGNED 0
#endif
#include <stddef.h>
#if defined(__APPLE__) || defined(_WIN64) || EIGEN_FREEBSD_MALLOC_ALREADY_ALIGNED
#define EIGEN_MALLOC_ALREADY_ALIGNED 1
#else

@ -34,6 +34,7 @@
#ifndef _GHOST_IEVENT_H_
#define _GHOST_IEVENT_H_
#include <stddef.h>
#include "GHOST_Types.h"
class GHOST_IWindow;

@ -29,6 +29,7 @@
#ifndef MEM_ALLOCATOR_H
#define MEM_ALLOCATOR_H
#include <stddef.h>
#include "guardedalloc/MEM_guardedalloc.h"
#include "guardedalloc/MEM_sys_types.h"

@ -37,6 +37,7 @@
#include "BL_ArmatureConstraint.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include <stddef.h>
#ifdef WITH_PYTHON

@ -45,6 +45,7 @@
#include "STR_String.h"
#include "MT_Vector3.h"
#include "SG_QList.h"
#include <stddef.h>
/*------------------------------
* Python defines