[FlexibleSolver] Added missing headers determine IsComm.

Seems needed for some compilers
This commit is contained in:
Markus Blatt 2020-04-02 17:10:43 +02:00
parent 0c8ce54b71
commit 9ce008ef7d

View File

@ -27,6 +27,8 @@
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/umfpack.hh>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/istl/paamg/pinfo.hh>
#include <boost/property_tree/ptree.hpp>