Merge pull request #2766 from OPM/fix/missing-includes

fix missing includes
This commit is contained in:
Bård Skaflestad 2021-10-19 13:20:19 +02:00 committed by GitHub
commit 8d16838e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <string>
#include <unordered_set>
#include <array>
#include <limits>
namespace Opm { namespace EclIO {

View File

@ -23,6 +23,7 @@
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <optional>
namespace Opm {

View File

@ -23,6 +23,7 @@
#include <string>
#include <unordered_map>
#include <vector>
#include <optional>
namespace Opm {

View File

@ -19,6 +19,7 @@
#include <algorithm>
#include <exception>
#include <optional>
#include <fmt/format.h>