mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rely less on implicit includes of header files
This commit is contained in:
parent
019835b123
commit
458cd8768f
@ -25,6 +25,7 @@
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
#include <queue>
|
||||
#include <cstddef>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -31,6 +31,9 @@
|
||||
|
||||
#include <type_traits>
|
||||
#include <numeric>
|
||||
#include <limits>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user