diff options
Diffstat (limited to 'include/datetime/planner-eds.h')
-rw-r--r-- | include/datetime/planner-eds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h index a99f611..4110ba5 100644 --- a/include/datetime/planner-eds.h +++ b/include/datetime/planner-eds.h @@ -20,6 +20,7 @@ #ifndef INDICATOR_DATETIME_PLANNER_EDS_H #define INDICATOR_DATETIME_PLANNER_EDS_H +#include <datetime/appointment.h> #include <datetime/clock.h> #include <datetime/planner.h> @@ -37,6 +38,7 @@ class PlannerEds: public Planner public: PlannerEds(const std::shared_ptr<Clock>& clock); virtual ~PlannerEds(); + void block_appointment(const Appointment& appointment); private: class Impl; |