From e5771a013c41f24cf2b938f5dba8c1304a1edc0e Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Tue, 15 Sep 2020 13:24:17 +0300 Subject: [PATCH] - attempt to fix broken Linux build --- src/libs/ice/ICELog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/ice/ICELog.cpp b/src/libs/ice/ICELog.cpp index 4dc61ce8..3e9a3c31 100644 --- a/src/libs/ice/ICELog.cpp +++ b/src/libs/ice/ICELog.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #if defined(__ANDROID_API__) # include #endif