Merge pull request #2766 from OPM/fix/missing-includes
fix missing includes
This commit is contained in:
commit
8d16838e6f
@ -25,6 +25,7 @@
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <array>
|
||||
#include <limits>
|
||||
|
||||
namespace Opm { namespace EclIO {
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <optional>
|
||||
|
||||
|
||||
namespace Opm {
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
#include <optional>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user