mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix
- Added missing stdlib.h include file.
This commit is contained in:
parent
7fec8a5c9b
commit
389fa400a6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <stdlib.h>
|
||||||
#include "Context.h"
|
#include "Context.h"
|
||||||
|
|
||||||
Context context;
|
Context context;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue