fix eigen2 support test compilation with ICC

This commit is contained in:
Gael Guennebaud 2011-09-28 17:52:06 +02:00
parent bababb5bd6
commit bef5ada15a

View File

@ -29,6 +29,10 @@
#include <string>
#include <vector>
#ifdef NDEBUG
#undef NDEBUG
#endif
#ifndef EIGEN_TEST_FUNC
#error EIGEN_TEST_FUNC must be defined
#endif