From b0792db16428554c9ea7563668cbf610bdaeee3a Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 15 Nov 2021 10:49:54 +0100 Subject: [PATCH] Include limits header where needed for g++-11 Without this compilation fails on Debian unstable. --- opm/simulators/linalg/GraphColoring.hpp | 1 + opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/opm/simulators/linalg/GraphColoring.hpp b/opm/simulators/linalg/GraphColoring.hpp index 71164868e..001662e2a 100644 --- a/opm/simulators/linalg/GraphColoring.hpp +++ b/opm/simulators/linalg/GraphColoring.hpp @@ -26,6 +26,7 @@ #include #include #include +#include namespace Opm { diff --git a/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp b/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp index ff7394fba..0bc64223f 100644 --- a/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp +++ b/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp @@ -22,7 +22,7 @@ #include #include #include - +#include #include #include #include