Merge pull request #2429 from blattms/fix-compile-g++10.2
Include stdexcept header to fix compilation with g++-10
This commit is contained in:
committed by
Tor Harald Sandve
parent
7a372c2a43
commit
75b81a16a5
@@ -30,6 +30,7 @@
|
||||
#include <optional>
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user