mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Missing include statement for Linux gcc
- #include <algorithm>
This commit is contained in:
parent
a3b56feb1f
commit
72ca3f68ea
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
#include <unistd.h>
|
||||
#include <Duration.h>
|
||||
#include <Context.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue