]> git.pld-linux.org Git - packages/thunderbird.git/blob - gcc13-header-dependencies.patch
up to 102.11.0
[packages/thunderbird.git] / gcc13-header-dependencies.patch
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>
9  
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"
15  
16  #include <cmath>
17 +#include <cstdint>
18  
19  namespace mozilla {
20  
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/. */
26  
27 +#include <cstdint>
28  #include <cstdlib>
29  #include <cstring>
30  #include <ctime>
This page took 0.041262 seconds and 3 git commands to generate.