SimulatorTimerInterface: include missing header for unique_ptr.
This commit is contained in:
parent
a2d64e681e
commit
3f63d09f86
@ -20,6 +20,8 @@
|
|||||||
#ifndef OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
#ifndef OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
||||||
#define OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
#define OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||||
#include <boost/date_time/posix_time/conversion.hpp>
|
#include <boost/date_time/posix_time/conversion.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user