Bug 1376873 - Change OS X logging include to prevent preprocessor multiple defines; r=ng

Differential Revision: https://phabricator.services.mozilla.com/D7465

--HG--
extra : rebase_source : b7dcd4720f764a763560b72674c16e8f17bc57fd
This commit is contained in:
Dan Minor 2018-07-31 13:45:43 -04:00
parent b7851918aa
commit 0c883f7989

View File

@ -54,7 +54,7 @@
#include <utility>
#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
#include <CoreServices/CoreServices.h>
#include <CoreFoundation/CoreFoundation.h>
#endif
#include "rtc_base/basictypes.h"