From 01eaece997ad05cb6e71f89d3d6a8d84cb36fcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20J=C3=B6rgensen?= Date: Tue, 4 Nov 2025 17:02:32 +0100 Subject: [PATCH] FIx --- Linphone/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linphone/main.cpp b/Linphone/main.cpp index d4e12fa09..c6fd4b4bd 100644 --- a/Linphone/main.cpp +++ b/Linphone/main.cpp @@ -30,7 +30,9 @@ void DummyRootObjectHandler(QObject *) { } #endif +#ifndef APPLE #include +#endif void cleanStream() { #ifdef _WIN32