Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal
2015-09-04 10:15:16 -05:00
parent 7ada372ed9
commit 8aed7589ae
5 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,10 @@
#include "Common/CommonTypes.h"
#include "Common/Thread.h"
#ifndef _WIN32
#include <unistd.h>
#endif
#ifdef __APPLE__
#include <mach/mach.h>
#elif defined BSD4_4 || defined __FreeBSD__