ISTLSolver: add now-necessary include

This commit is contained in:
Andreas Lauser
2018-11-14 12:07:02 +01:00
parent f9104ca3d7
commit d5089076d9

View File

@@ -20,6 +20,7 @@
#ifndef OPM_ISTLSOLVER_HEADER_INCLUDED
#define OPM_ISTLSOLVER_HEADER_INCLUDED
#include <opm/autodiff/MPIUtilities.hpp>
#include <opm/autodiff/BlackoilAmg.hpp>
#include <opm/autodiff/CPRPreconditioner.hpp>
#include <opm/autodiff/NewtonIterationBlackoilInterleaved.hpp>