From db065f92015d0a948726352f6b0ca5c8e1f27ba8 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Wed, 5 Dec 2012 15:13:25 +0100 Subject: [PATCH] add include --- Tests/MathLib/TestLinearSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/MathLib/TestLinearSystem.cpp b/Tests/MathLib/TestLinearSystem.cpp index a5338c7fd5e..dc7e730d771 100644 --- a/Tests/MathLib/TestLinearSystem.cpp +++ b/Tests/MathLib/TestLinearSystem.cpp @@ -13,6 +13,7 @@ #include <gtest/gtest.h> #include <boost/property_tree/ptree.hpp> +#include "MathLib/LinAlg/Sparse/Sparsity.h" #ifdef USE_LIS #include "MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h" #endif -- GitLab