include missing header for OpenCLSolver with g++-8.3

Without I got compilation errors.
This commit is contained in:
Markus Blatt 2020-07-07 11:08:38 +02:00
parent 5aa8dda487
commit 7a571c98db

View File

@ -23,6 +23,9 @@
#ifndef OPM_STANDARDWELL_HEADER_INCLUDED
#define OPM_STANDARDWELL_HEADER_INCLUDED
#if HAVE_CUDA || HAVE_OPENCL
#include <opm/simulators/linalg/bda/WellContributions.hpp>
#endif
#include <opm/simulators/wells/RateConverter.hpp>
#include <opm/simulators/wells/WellInterface.hpp>