mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Serialize std::chrono::system_clock::time_point through std::time_t
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
|
||||
#include <chrono>
|
||||
#include <optional>
|
||||
#include <map>
|
||||
#include <set>
|
||||
@@ -317,6 +318,7 @@ ADD_PACK_PROTOTYPES(data::WellRates)
|
||||
ADD_PACK_PROTOTYPES(RestartKey)
|
||||
ADD_PACK_PROTOTYPES(RestartValue)
|
||||
ADD_PACK_PROTOTYPES(std::string)
|
||||
ADD_PACK_PROTOTYPES(std::chrono::system_clock::time_point)
|
||||
|
||||
} // end namespace Mpi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user