From 64ec5a1a6bb5e924327a3c4e2c8d1f7d2ddd1565 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Sat, 22 Sep 2018 10:26:21 +0200 Subject: [PATCH] Change include order to make SparsePlugin work --- unsupported/test/sparse_extra.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp index a010ceb93..7a049c870 100644 --- a/unsupported/test/sparse_extra.cpp +++ b/unsupported/test/sparse_extra.cpp @@ -8,10 +8,10 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -// import basic and product tests for deprectaed DynamicSparseMatrix +// import basic and product tests for deprecated DynamicSparseMatrix #define EIGEN_NO_DEPRECATED_WARNING -#include "sparse_basic.cpp" #include "sparse_product.cpp" +#include "sparse_basic.cpp" #include template