mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
GasLiftGroupInfo.cpp did not include "config.h" which caused HAVE_MPI to be undefined causing the file to be compiled with Dune::Communication<No_Comm> instead of with Dune::Communication<MPI_Comm>. Which later caused linking problems with files that used MPI.