fix bug #250: compilation error with gcc 4.6 (STL header files no longer include cstddef)

(transplanted from e87f6539241b55ed03b175908e6326b385cf3920
)
This commit is contained in:
Gael Guennebaud 2011-04-19 16:34:25 +02:00
parent b0e810fb3f
commit 134b83c310

View File

@ -143,6 +143,7 @@
#ifdef EIGEN_HAS_ERRNO
#include <cerrno>
#endif
#include <cstddef>
#include <cstdlib>
#include <cmath>
#include <complex>