From e991004c43f3b90191de4bad057febd922855e2b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 6 Apr 2017 00:01:57 -0400 Subject: [PATCH] Recurrence: Fixed broken build --- src/recur2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recur2.cpp b/src/recur2.cpp index b7faed529..2f030ded9 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -25,6 +25,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include extern Context context; @@ -36,6 +37,7 @@ extern Context context; // - Sync must merge duplicate N. // - Remove recurrence.limit. Now always 1. It is not something that can be done // with rtype:chained tasks. +// - Handle until. //////////////////////////////////////////////////////////////////////////////// // Given an old-style task, upgrades it perfectly. @@ -65,7 +67,6 @@ static void synthesizeTasks (const Task&) // TODO 'recur' = frequency // TODO 'last' = index of most recently synthesized instance - context.debug ("synthesizeTasks end"); }