Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-30 20:14:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-30 20:14:54 +0400
commitbb1f20a534e1179fcc1f104c117f27676910bcc2 (patch)
tree04beef3e9df70c79ea8b8bd3aa5df65e4d14e82f /extern
parentcc87bf16a18f28e6958033fdab1a34bd940fbbff (diff)
includes for building with gcc 4.6 on fedora.
patch from Richard Shaw
Diffstat (limited to 'extern')
-rw-r--r--extern/Eigen2/Eigen/src/Core/util/Memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/Eigen2/Eigen/src/Core/util/Memory.h b/extern/Eigen2/Eigen/src/Core/util/Memory.h
index 0a43e7f7bf2..8ff8d87c55c 100644
--- a/extern/Eigen2/Eigen/src/Core/util/Memory.h
+++ b/extern/Eigen2/Eigen/src/Core/util/Memory.h
@@ -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