Skip to content

Commit 53a2f30

Browse files
authored
Merge pull request #6624 from bska/fix-serial-build
Include Missing Header
2 parents 6b18631 + 0ef66d7 commit 53a2f30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

opm/simulators/wells/StandardWellConnections.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include <functional>
4343
#include <limits>
4444
#include <numeric>
45+
#include <optional>
4546
#include <stdexcept>
4647
#include <string_view>
4748
#include <tuple>

opm/simulators/wells/StandardWellConnections.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <array>
2929
#include <functional>
30+
#include <optional>
3031
#include <tuple>
3132
#include <variant>
3233
#include <vector>

0 commit comments

Comments
 (0)