Include necessary header files when working around bug #89.

Fixes bug #188.
This commit is contained in:
Jitse Niesen 2011-02-17 11:51:48 +00:00
parent 11402edfd3
commit be224d93f4

View File

@ -189,6 +189,9 @@
#define eigen_plain_assert(x) assert(x)
#else
// work around bug 89
#include <cstdlib> // for abort
#include <iostream> // for std::cerr
namespace Eigen {
namespace internal {
// trivial function copying a bool. Must be EIGEN_DONT_INLINE, so we implement it after including Eigen headers.