From: Carsten Schoenert Date: Wed, 26 Jul 2023 17:52:12 +0000 (+0200) Subject: toolkit: Fix inclusion of C++ header X-Git-Tag: archive/raspbian/1%102.15.0-1_deb10u1+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4407bd1529261130650b95c53000b03459656138;p=thunderbird.git toolkit: Fix inclusion of C++ header isn't included so the compilation with gcc13 will be broken. Adding the needed header for C integer types in toolkit/ folder. Gbp-Pq: Topic fixes Gbp-Pq: Name toolkit-Fix-inclusion-of-C-header.patch --- diff --git a/toolkit/components/telemetry/pingsender/pingsender.cpp b/toolkit/components/telemetry/pingsender/pingsender.cpp index 01fdb63c29..03b0c6df04 100644 --- a/toolkit/components/telemetry/pingsender/pingsender.cpp +++ b/toolkit/components/telemetry/pingsender/pingsender.cpp @@ -3,6 +3,7 @@ * 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