Added a standard header to be able to fix a compilation error with a recent GNU compiler

This commit is contained in:
Bastian M. Wojek 2010-01-14 21:02:15 +00:00
parent 9b94dff860
commit 2c1cc87150

View File

@ -29,6 +29,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/ ***************************************************************************/
#include <cstdlib>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
using namespace std; using namespace std;