From d47777c36f46e14883e67b13ccebe79cae40cd08 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Fri, 29 Jul 2011 14:55:17 +0000
Subject: [PATCH] added missing header

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6344 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/common/fixedlengthspline_.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dumux/common/fixedlengthspline_.hh b/dumux/common/fixedlengthspline_.hh
index a6fea356b2..eccb78d139 100644
--- a/dumux/common/fixedlengthspline_.hh
+++ b/dumux/common/fixedlengthspline_.hh
@@ -25,6 +25,7 @@
 #define DUMUX_FIXED_LENGTH_SPLINE_HH
 
 #include <dune/common/fvector.hh>
+#include <dune/common/fmatrix.hh>
 #include <dune/istl/btdmatrix.hh>
 
 #include "splinecommon_.hh"
-- 
GitLab