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