Fixed: Compilation with GCC 4.6

This commit is contained in:
kervala 2011-03-29 16:20:00 +02:00
parent ab1ddf3e3e
commit d97adbba91

View file

@ -21,6 +21,7 @@
#include <math.h>
#include <time.h>
#include <assert.h>
#include <cstddef>
#include <string>
#include <vector>