From 85341d521e8a7105a07ba112b632d6fefcc3306e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 20 May 2013 20:47:13 -0400 Subject: [PATCH] Build Error - Missing include. What do ya know. --- src/Task.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Task.cpp b/src/Task.cpp index 3c1209e97..be19ff7d6 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -33,7 +33,9 @@ #ifdef PRODUCT_TASKWARRIOR #include #include +#endif #include +#ifdef PRODUCT_TASKWARRIOR #include #include #endif