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

This commit is contained in:
Gael Guennebaud 2011-04-19 16:34:25 +02:00
parent 67d50f539b
commit e87f653924

View File

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