From 67312c841bbbece1be1386ce131770c4469e4e58 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Wed, 26 Jul 2023 19:52:12 +0200 Subject: [PATCH] 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 --- toolkit/components/telemetry/pingsender/pingsender.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2