allow to enable PCH for gcc and clang

This commit is contained in:
wmayer
2021-05-03 17:37:58 +02:00
parent a5bab10ff7
commit a6e7bdf849
5 changed files with 17 additions and 3 deletions

View File

@@ -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>