Fixed: Compilation with GCC 4.6

This commit is contained in:
kervala 2011-03-29 17:38:25 +02:00
parent d97adbba91
commit bef55791a0

View file

@ -18,10 +18,10 @@
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
#include <math.h>
#include <time.h>
#include <assert.h>
#include <cstddef>
#include <string>
#include <vector>