Merge pull request #1787 from atgeirr/add-missing-include

Add missing <array> include.
This commit is contained in:
Bård Skaflestad 2020-05-14 15:43:45 +02:00 committed by GitHub
commit 162e0b53cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
#include <opm/common/ErrorMacros.hpp>
#include <algorithm>
#include <array>
#include <stdexcept>
#include <cmath>
#include <fstream>