From 04ded881fb1cdc293725e1eb055e368d60ff06d5 Mon Sep 17 00:00:00 2001 From: Martin Nolte <nolte@mathematik.uni-freiburg.de> Date: Wed, 18 Oct 2017 18:14:01 +0200 Subject: [PATCH] add __str__ to BlockVector --- _istl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/_istl.cc b/_istl.cc index 0d6f3d5ac..c94515511 100644 --- a/_istl.cc +++ b/_istl.cc @@ -7,6 +7,7 @@ #include <dune/istl/bcrsmatrix.hh> #include <dune/istl/bvector.hh> +#include <dune/corepy/common/fvector.hh> #include <dune/corepy/istl/bcrsmatrix.hh> #include <dune/corepy/istl/bvector.hh> #include <dune/corepy/istl/operators.hh> -- GitLab