archrelease: copy trunk to extra-x86_64
[arch-packages.git] / thunderbird / trunk / gcc-13.patch
blobd16b4bc91abd7a86ce979a023853c8c4f0f67d83
1 --- thunderbird-102.7.1/dom/media/webrtc/sdp/RsdparsaSdpGlue.cpp.gcc13-header-dependency 2023-01-24 04:23:43.000000000 +0100
2 +++ thunderbird-102.7.1/dom/media/webrtc/sdp/RsdparsaSdpGlue.cpp 2023-01-25 19:23:11.048662899 +0100
3 @@ -3,6 +3,7 @@
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
6 * You can obtain one at http://mozilla.org/MPL/2.0/. */
7 +#include <cstdint>
8 #include <string>
10 #include "sdp/RsdparsaSdpInc.h"
11 --- thunderbird-102.7.1/gfx/2d/Rect.h.gcc13-header-dependency 2023-01-24 04:23:44.000000000 +0100
12 +++ thunderbird-102.7.1/gfx/2d/Rect.h 2023-01-25 19:23:11.049662897 +0100
13 @@ -15,6 +15,7 @@
14 #include "mozilla/Maybe.h"
16 #include <cmath>
17 +#include <cstdint>
19 namespace mozilla {
21 --- thunderbird-102.7.1/toolkit/components/telemetry/pingsender/pingsender.cpp.gcc13-header-dependency 2023-01-24 04:23:55.000000000 +0100
22 +++ thunderbird-102.7.1/toolkit/components/telemetry/pingsender/pingsender.cpp 2023-01-25 21:38:39.432188899 +0100
23 @@ -3,6 +3,7 @@
24 * License, v. 2.0. If a copy of the MPL was not distributed with this
25 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
27 +#include <cstdint>
28 #include <cstdlib>
29 #include <cstring>
30 #include <ctime>