mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
||||
Paolo Marsi
|
||||
Eric Farris
|
||||
Benjamin Tegarden
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <Grid.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue