gcc 4.6 compatibility commit r34520 broke OSX, this should work now.

This commit is contained in:
Campbell Barton
2011-01-27 09:40:20 +00:00
parent 45fc590835
commit f10e44884e

View File

@@ -59,7 +59,7 @@
#include <cstring>
#include <string>
#include <limits>
#include <malloc.h>
#include <cstddef>
#if (defined(_CPPUNWIND) || defined(__EXCEPTIONS)) && !defined(EIGEN_NO_EXCEPTIONS)
#define EIGEN_EXCEPTIONS