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:
Joakim Hove
2021-04-15 14:36:29 +02:00
committed by Tor Harald Sandve
parent 7a372c2a43
commit 75b81a16a5

View File

@@ -30,6 +30,7 @@
#include <optional>
#include <array>
#include <algorithm>
#include <stdexcept>
namespace Opm
{