diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 020cf2cb7..7bb8cf434 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -189,6 +189,9 @@ #define eigen_plain_assert(x) assert(x) #else // work around bug 89 + #include // for abort + #include // 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.