mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Portability
- Added missing includes.
This commit is contained in:
parent
b2eb9c3265
commit
623f8d869e
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "text.h"
|
#include "text.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "Duration.h"
|
#include "Duration.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue