From 3f63d09f869922b36e16a76fb19a36fc0604f846 Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn Date: Tue, 29 Mar 2016 10:42:03 +0200 Subject: [PATCH] SimulatorTimerInterface: include missing header for unique_ptr. --- opm/core/simulator/SimulatorTimerInterface.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opm/core/simulator/SimulatorTimerInterface.hpp b/opm/core/simulator/SimulatorTimerInterface.hpp index 4a1edbdf..c9e28471 100644 --- a/opm/core/simulator/SimulatorTimerInterface.hpp +++ b/opm/core/simulator/SimulatorTimerInterface.hpp @@ -20,6 +20,8 @@ #ifndef OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED #define OPM_SIMULATORTIMERINTERFACE_HEADER_INCLUDED +#include + #include #include #include