aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/vectorization_logic.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-02-27 19:04:22 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-02-27 19:04:22 -0500
commit27f52502581b559e5804b4b6dd42774791d2ca1c (patch)
tree2ae96a500557817bf0b97d9b6cce9a5326840c57 /test/vectorization_logic.cpp
parente84f7e07e9ef5a4f5200c7ca6a501df95bcc188e (diff)
Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in eigen2 support mode
Diffstat (limited to 'test/vectorization_logic.cpp')
-rw-r--r--test/vectorization_logic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vectorization_logic.cpp b/test/vectorization_logic.cpp
index ae9911831..94a8a5c96 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>