Compile error fixed

This commit is contained in:
Benny 2011-03-31 18:57:25 +02:00
parent 827b395806
commit 8462f587d6

View file

@ -74,6 +74,9 @@
#include <string>
#include <cmath>
#include <cstdio>
#include <cstdarg>
using std::string;