From 36230b6eb8f971901aee13ec39660c85244813c0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 1 Feb 2024 17:51:17 +0400 Subject: [PATCH] Fix build with Xcode. --- webrtc/webrtc_device_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webrtc/webrtc_device_common.h b/webrtc/webrtc_device_common.h index d0934b3..ab15945 100644 --- a/webrtc/webrtc_device_common.h +++ b/webrtc/webrtc_device_common.h @@ -6,6 +6,8 @@ // #pragma once +#include "base/qt/qt_compare.h" + #include namespace Webrtc {