missing include

This commit is contained in:
Jean-Francois Dockes 2012-03-20 10:33:56 +01:00
parent 581fcbc01e
commit 78f8cc1309

View File

@ -20,7 +20,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/stat.h>
#include <string>
using std::string;