mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Portability: Fixed broken build for Cygwin and older GCC
- Thanks to Richard Boß.
This commit is contained in:
parent
8f8ad813cd
commit
940c7a793f
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <ISO8601.h>
|
||||
#include <Context.h>
|
||||
#include <Lexer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue