mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Merge pull request #3700 from blattms/gcc-11
Include limits header where needed for g++-11
This commit is contained in:
commit
4d1fb8c797
@ -26,6 +26,7 @@
|
||||
#include <numeric>
|
||||
#include <queue>
|
||||
#include <cstddef>
|
||||
#include <limits>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <limits>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <numeric>
|
||||
|
Loading…
Reference in New Issue
Block a user