From b2cacd189e2d3c2d841207029c399b80eecadd01 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 14 Dec 2017 10:01:02 +0100 Subject: fix header inclusion --- test/klu_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/klu_support.cpp') diff --git a/test/klu_support.cpp b/test/klu_support.cpp index 8b1fdeb41..138dcc301 100644 --- a/test/klu_support.cpp +++ b/test/klu_support.cpp @@ -10,7 +10,7 @@ #define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS #include "sparse_solver.h" -#include +#include template void test_klu_support_T() { -- cgit v1.2.3