diff --git a/opm/simulators/wells/StandardWell.hpp b/opm/simulators/wells/StandardWell.hpp index 6abd34b16..90b8068ba 100644 --- a/opm/simulators/wells/StandardWell.hpp +++ b/opm/simulators/wells/StandardWell.hpp @@ -514,6 +514,8 @@ namespace Opm } +#ifndef OPM_STANDARDWELL_IMPL_HEADER_INCLUDED #include "StandardWell_impl.hpp" +#endif #endif // OPM_STANDARDWELL_HEADER_INCLUDED diff --git a/opm/simulators/wells/StandardWell_impl.hpp b/opm/simulators/wells/StandardWell_impl.hpp index 9c70e0daa..bc1bc2ac6 100644 --- a/opm/simulators/wells/StandardWell_impl.hpp +++ b/opm/simulators/wells/StandardWell_impl.hpp @@ -19,6 +19,13 @@ along with OPM. If not, see . */ +// Improve IDE experience +#ifndef OPM_STANDARDWELL_HEADER_INCLUDED +#define OPM_STANDARDWELL_IMPL_HEADER_INCLUDED +#include +#include +#endif + #include #include