Merge pull request #1 from blattms/openCLSolver-g++-8.3

include missing header for OpenCLSolver with g++-8.3
This commit is contained in:
Tongdongq 2020-07-09 09:25:08 +02:00 committed by GitHub
commit f90bb85960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>