fixed: missing include

This commit is contained in:
Bob 2012-11-11 21:57:52 +01:00
parent e7f62224b8
commit 501b3ddabc

View file

@ -27,6 +27,7 @@
#include <math.h>
#include <string>
#include <stdlib.h>
#include <unistd.h>
using namespace std;