diff --git a/platformbackend.hpp b/platformbackend.hpp index 28a666f..56c484a 100644 --- a/platformbackend.hpp +++ b/platformbackend.hpp @@ -8,7 +8,7 @@ #ifdef Q_OS_WIN #include #endif -#ifdef Q_OS_UNIX +#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) #include #endif