Include limits header where needed for g++-11

Without this compilation fails on Debian unstable.
This commit is contained in:
Markus Blatt 2021-11-15 10:49:54 +01:00
parent f2fab4475b
commit b0792db164
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include <numeric>
#include <queue>
#include <cstddef>
#include <limits>
namespace Opm
{

View File

@ -22,7 +22,7 @@
#include <cassert>
#include <iostream>
#include <vector>
#include <limits>
#include <algorithm>
#include <memory>
#include <numeric>