allow to enable PCH for gcc and clang
This commit is contained in:
@@ -55,6 +55,12 @@
|
||||
#include <Rpc.h>
|
||||
#endif
|
||||
|
||||
#if defined (FC_OS_LINUX) || defined(FC_OS_CYGWIN) || defined(FC_OS_MACOSX) || defined(FC_OS_BSD)
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
// STL
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
Reference in New Issue
Block a user