From 631eec98546daa6289989abd8049688ff35b2a53 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 26 May 2021 12:05:39 +0200 Subject: [PATCH] [BL] Added missing include. --- BaseLib/RunTime.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index c8d1c5cd360..4d318257627 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -16,6 +16,8 @@ #ifdef USE_PETSC #include <mpi.h> + +#include <limits> #else #include <chrono> #endif -- GitLab