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

View File

@@ -23,6 +23,9 @@
#ifndef OPM_STANDARDWELL_HEADER_INCLUDED #ifndef OPM_STANDARDWELL_HEADER_INCLUDED
#define 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/RateConverter.hpp>
#include <opm/simulators/wells/WellInterface.hpp> #include <opm/simulators/wells/WellInterface.hpp>