aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-06-15 10:16:30 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-06-15 10:16:30 +0200
commitb240080e6443e4fb203ac1cba0ad5bd4fdad56b3 (patch)
treeb4b68258306115e23bad6bd4a73803c326bd86bd /Eigen/Core
parentb8e805497e446e7159f231238b4a8fd22fe70749 (diff)
bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index d18835613..a16942e19 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -371,6 +371,7 @@ using std::ptrdiff_t;
#include "src/Core/MathFunctions.h"
#include "src/Core/GenericPacketMath.h"
#include "src/Core/MathFunctionsImpl.h"
+#include "src/Core/arch/Default/ConjHelper.h"
#if defined EIGEN_VECTORIZE_AVX512
#include "src/Core/arch/SSE/PacketMath.h"