diff --git a/src/CompilerSupport/filesystem_implementation.hpp b/src/CompilerSupport/filesystem_implementation.hpp index 06a0cbe..f0eed3a 100644 --- a/src/CompilerSupport/filesystem_implementation.hpp +++ b/src/CompilerSupport/filesystem_implementation.hpp @@ -132,7 +132,7 @@ #include #endif #endif -#ifdef GHC_OS_MACOS +#if defined(GHC_OS_MACOS) && !defined(__POWERPC__) #include #endif