From 10fbe88c939165d690c9a71fd0974bc80e7b0af6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 13 May 2023 19:04:16 -0700 Subject: Updated to 102.11.0 --- 0001-Add-a-few-missing-cstdint-includes.patch | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 0001-Add-a-few-missing-cstdint-includes.patch (limited to '0001-Add-a-few-missing-cstdint-includes.patch') diff --git a/0001-Add-a-few-missing-cstdint-includes.patch b/0001-Add-a-few-missing-cstdint-includes.patch new file mode 100644 index 0000000..179c7fa --- /dev/null +++ b/0001-Add-a-few-missing-cstdint-includes.patch @@ -0,0 +1,51 @@ +--- a/gfx/2d/Rect.h ++++ b/gfx/2d/Rect.h +@@ -10,16 +10,17 @@ + #include "BaseRect.h" + #include "BaseMargin.h" + #include "NumericTools.h" + #include "Point.h" + #include "Tools.h" + #include "mozilla/Maybe.h" + + #include ++#include + + namespace mozilla { + + template + struct IsPixel; + + namespace gfx { + + +--- a/toolkit/components/telemetry/pingsender/pingsender.cpp ++++ b/toolkit/components/telemetry/pingsender/pingsender.cpp +@@ -1,14 +1,15 @@ + /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ + /* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + + #include ++#include + #include + #include + #include + #include + #include + #include + + #include + + +--- a/dom/media/webrtc/sdp/RsdparsaSdpGlue.h +--- b/dom/media/webrtc/sdp/RsdparsaSdpGlue.h +@@ -6,6 +6,7 @@ + #ifndef _RUSTSDPGLUE_H_ + #define _RUSTSDPGLUE_H_ + ++#include + #include + #include + #include -- cgit v1.2.1