Add <cstddef> include for std::size_t.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-07-31 21:24:30 +02:00
parent 9af8c785b2
commit f96290e1df

View File

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