From Philip Lowman: Add #include <stdlib.h> for mingw build.

This commit is contained in:
Paul MARTZ
2008-07-30 15:37:50 +00:00
parent 1f7febfa92
commit 38c14644d2

View File

@@ -19,6 +19,7 @@
#include <string>
#include <iostream>
#include <process.h>
#include <stdlib.h>
#if defined(_MSC_VER) && (_MSC_VER < 1300)
#ifdef __SGI_STL