Merge pull request #3651 from akva2/remove_gcc7_compat

use std::filesystem directly
This commit is contained in:
Atgeirr Flø Rasmussen
2021-11-01 15:30:03 +01:00
committed by GitHub
9 changed files with 29 additions and 24 deletions

View File

@@ -29,6 +29,8 @@
#include <dune/common/parallel/mpihelper.hh>
#endif
#include <filesystem>
namespace Opm {
namespace Properties {
namespace TTag {