SimulatorTimerInterface: include missing header for unique_ptr.

This commit is contained in:
Robert Kloefkorn 2016-03-29 10:42:03 +02:00
parent f9f13143a2
commit 65d4127f4e

View File

@ -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>