Merge pull request #3700 from blattms/gcc-11

Include limits header where needed for g++-11
This commit is contained in:
Joakim Hove 2021-11-15 13:13:07 +01:00 committed by GitHub
commit 4d1fb8c797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>