Bring in Missing <time.h> Header

Needed to bring a declaration of 'time_t' into scope.

Submitted by: Edscott Wilson Garcia
This commit is contained in:
Bård Skaflestad 2020-08-25 12:49:56 +02:00
parent 26c884f69c
commit d200d33ed0

View File

@ -23,6 +23,8 @@
#include <string>
#include <time.h>
#include <opm/output/data/Solution.hpp>
namespace Opm