fix header inclusion

This commit is contained in:
Gael Guennebaud 2017-12-14 10:01:02 +01:00
parent 393b7c4959
commit b2cacd189e

View File

@ -10,7 +10,7 @@
#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS
#include "sparse_solver.h"
#include <unsupported/Eigen/KLUSupport>
#include <Eigen/KLUSupport>
template<typename T> void test_klu_support_T()
{