Merge pull request #3089 from atgeirr/add-missing-include

Add <cstddef> include for std::size_t.
This commit is contained in:
Bård Skaflestad
2022-08-01 00:05:10 +02:00
committed by GitHub

View File

@@ -20,6 +20,7 @@
#ifndef OPM_WRITE_RPT_HPP
#define OPM_WRITE_RPT_HPP
#include <cstddef>
#include <iosfwd>
namespace Opm {