diff --git a/src/framework/file.cpp b/src/framework/file.cpp index f2f5b80..677b6f3 100644 --- a/src/framework/file.cpp +++ b/src/framework/file.cpp @@ -15,6 +15,10 @@ #endif #endif +#ifdef __APPLE__ +#include +#endif + #ifdef WIN32 #define NOMINMAX