diff options
Diffstat (limited to 'include/datetime')
-rw-r--r-- | include/datetime/planner-eds.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h index a99f611..32ea57a 100644 --- a/include/datetime/planner-eds.h +++ b/include/datetime/planner-eds.h @@ -22,6 +22,7 @@ #include <datetime/clock.h> #include <datetime/planner.h> +#include <datetime/timezones.h> #include <memory> // shared_ptr, unique_ptr @@ -35,7 +36,8 @@ namespace datetime { class PlannerEds: public Planner { public: - PlannerEds(const std::shared_ptr<Clock>& clock); + PlannerEds(const std::shared_ptr<Clock>& clock, + const std::shared_ptr<Timezones>& timezones); virtual ~PlannerEds(); private: |