aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-12-02 15:07:45 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-12-02 15:07:45 +0100
commit8af1ba534669a223ca69136046690eb6d49ff619 (patch)
treec5d71b1b4a6e7b667f7ce2503692f16d0bfa1eaa /Eigen/Core
parentc6f73370327e2e91a45ac13e7bbb6c7567179e49 (diff)
Make swap unit test work with evaluators
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core
index e2c9c69cd..cdc2f2d46 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -305,6 +305,7 @@ using std::ptrdiff_t;
#include "src/Core/functors/UnaryFunctors.h"
#include "src/Core/functors/NullaryFunctors.h"
#include "src/Core/functors/StlFunctors.h"
+#include "src/Core/functors/AssignmentFunctors.h"
#include "src/Core/DenseCoeffsBase.h"
#include "src/Core/DenseBase.h"
@@ -312,7 +313,6 @@ using std::ptrdiff_t;
#include "src/Core/EigenBase.h"
#ifdef EIGEN_ENABLE_EVALUATORS
-#include "src/Core/functors/AssignmentFunctors.h"
#include "src/Core/Product.h"
#include "src/Core/CoreEvaluators.h"
#include "src/Core/AssignEvaluator.h"