aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/kronecker_product.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2018-08-14 14:08:36 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2018-08-14 14:08:36 -0700
commit43ec0082a6ca5e6098bdca1728094b0b7ce550c4 (patch)
treeb2406580040481630deb9127ba4312e24536ef91 /unsupported/test/kronecker_product.cpp
parentab3f481141a6bc72d2bbdc6300fb9dc157029ea9 (diff)
Made the kronecker_product test compile again
Diffstat (limited to 'unsupported/test/kronecker_product.cpp')
-rw-r--r--unsupported/test/kronecker_product.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/unsupported/test/kronecker_product.cpp b/unsupported/test/kronecker_product.cpp
index 1a936ed25..b5b764c65 100644
--- a/unsupported/test/kronecker_product.cpp
+++ b/unsupported/test/kronecker_product.cpp
@@ -10,8 +10,6 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#include "main.h"
-
#ifdef EIGEN_TEST_PART_1
#include "sparse.h"
@@ -239,6 +237,7 @@ EIGEN_DECLARE_TEST(kronecker_product)
#ifdef EIGEN_TEST_PART_2
// simply check that for a dense kronecker product, sparse module is not needed
+#include "main.h"
#include <Eigen/KroneckerProduct>
EIGEN_DECLARE_TEST(kronecker_product)