Compile Bug - missing <stdlib.h>

- Added stdlib.h to Grid.cpp, thanks to Benjamin Tegardin.
This commit is contained in:
Paul Beckingham 2009-03-13 09:06:23 -04:00
parent 05b5273136
commit 0cfc9c720e
2 changed files with 2 additions and 0 deletions

View file

@ -24,4 +24,5 @@ With thanks to:
Russell Friesenhahn
Paolo Marsi
Eric Farris
Benjamin Tegarden

View file

@ -60,6 +60,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include <stdlib.h>
#include <Grid.h>
////////////////////////////////////////////////////////////////////////////////