commit | 27f52502581b559e5804b4b6dd42774791d2ca1c | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat Feb 27 19:04:22 2010 -0500 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat Feb 27 19:04:22 2010 -0500 |
tree | 2ae96a500557817bf0b97d9b6cce9a5326840c57 | |
parent | e84f7e07e9ef5a4f5200c7ca6a501df95bcc188e [diff] [blame] |
Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in eigen2 support mode
diff --git a/test/vectorization_logic.cpp b/test/vectorization_logic.cpp index ae99118..94a8a5c 100644 --- a/test/vectorization_logic.cpp +++ b/test/vectorization_logic.cpp
@@ -22,6 +22,7 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see <http://www.gnu.org/licenses/>. +#define EIGEN_DEBUG_ASSIGN #include "main.h" #include <typeinfo>