Added #include <stdlib.h> to make it compile on a gcc 4.3 system.

This commit is contained in:
Ben Galehouse 2008-08-22 19:40:47 +00:00
parent db331e146d
commit 7bc8e45f26
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
**************************************************************************/
#include <stdlib.h>
#include <iostream>
#include <string>