Include unistd.h in ProcessUtils.h

This commit is contained in:
Andrew 2013-12-12 15:06:50 -06:00
parent 788adfeb3d
commit 45aa858090

View File

@ -5,6 +5,10 @@
#include <list>
#include <string>
#ifndef PLATFORM_WINDOWS
#include <unistd.h>
#endif
/** A set of functions to get information about the current
* process and launch new processes.
*/