mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Compile Bug - missing <stdlib.h>
- Added stdlib.h to Grid.cpp, thanks to Benjamin Tegardin.
This commit is contained in:
parent
05b5273136
commit
0cfc9c720e
2 changed files with 2 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -24,4 +24,5 @@ With thanks to:
|
||||||
Russell Friesenhahn
|
Russell Friesenhahn
|
||||||
Paolo Marsi
|
Paolo Marsi
|
||||||
Eric Farris
|
Eric Farris
|
||||||
|
Benjamin Tegarden
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <Grid.h>
|
#include <Grid.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue