Added missing include of config.h in cpp files.

This commit is contained in:
Markus Blatt
2022-10-12 15:28:38 +02:00
parent b9aa7bdc3b
commit fcc3690832
23 changed files with 95 additions and 0 deletions
+5
View File
@@ -16,6 +16,11 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#include <algorithm>
#include <vector>
+4
View File
@@ -18,6 +18,10 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif // HAVE_CONFIG_H
#include <opm/core/props/phaseUsageFromDeck.hpp>
#include <opm/common/ErrorMacros.hpp>