mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
SimulatorTimerInterface: include missing header for unique_ptr.
This commit is contained in:
parent
f9f13143a2
commit
65d4127f4e
@ -20,6 +20,8 @@
|
||||
#ifndef OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
||||
#define OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
#include <boost/date_time/posix_time/conversion.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user