From 940c7a793fee91550eb207ea345216dab99b55ba Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 6 Nov 2015 18:22:05 -0500 Subject: [PATCH] Portability: Fixed broken build for Cygwin and older GCC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Thanks to Richard Boß. --- ChangeLog | 1 + src/commands/CmdEdit.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79508ced1..02b041fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ - TW-1704 Use Task::identifier to reference the Task in the output - TW-1720 CmdContext uses a mix of both throw and std::cout to convey errors (thanks to Paul Beckingham). +- Fixed broken build for Cygwin and older GCC (thanks to Richard Boß). - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only. diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index ee53cc39f..8938fb11e 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include