Fix compilation under VS2003

This commit is contained in:
Nicolas Le Cam 2008-12-11 23:04:21 +00:00
parent f669a5a45d
commit 949e1ad6b8
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <sstream>
#include <stdlib.h> // <- atoi
#include <cstring>
#include <cctype>
//---------------------------------------------------------------------------