mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40:59 -06:00
Merge pull request #3190 from akva2/fix_missing_include
fixed: include <cstring> for strlen
This commit is contained in:
commit
eb8e270b50
@ -23,6 +23,7 @@
|
||||
|
||||
#include "ParallelRestart.hpp"
|
||||
#include <ctime>
|
||||
#include <cstring>
|
||||
#include <dune/common/parallel/mpitraits.hh>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user