Merge pull request #3190 from akva2/fix_missing_include

fixed: include <cstring> for strlen
This commit is contained in:
Bård Skaflestad 2021-04-28 11:03:55 +02:00 committed by GitHub
commit eb8e270b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>