fixed regression on linux due to missing include

This commit is contained in:
Ettl Martin 2011-10-16 14:16:35 +02:00
parent f8074b71d2
commit 1a710e5761
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <cassert>
#include <cctype>
#include <stack>
#include <cstdlib>
//---------------------------------------------------------------------------