From 0cfc9c720e21b3d7d550e8e79e3318a5d602c339 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 13 Mar 2009 09:06:23 -0400 Subject: [PATCH] Compile Bug - missing - Added stdlib.h to Grid.cpp, thanks to Benjamin Tegardin. --- AUTHORS | 1 + src/Grid.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 7fcc9c14b..825c87b96 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,4 +24,5 @@ With thanks to: Russell Friesenhahn Paolo Marsi Eric Farris + Benjamin Tegarden diff --git a/src/Grid.cpp b/src/Grid.cpp index bd1f0f6f5..59e366b32 100644 --- a/src/Grid.cpp +++ b/src/Grid.cpp @@ -60,6 +60,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include ////////////////////////////////////////////////////////////////////////////////