From 8ff680a5defc1e8e4ba95c8ed3a1f39bb13b9cb3 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Wed, 26 Jul 2023 19:43:43 +0200 Subject: [PATCH] gfx: 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 GFX submodul. Gbp-Pq: Topic fixes Gbp-Pq: Name gfx-Fix-inclusion-of-C-header.patch --- gfx/2d/Rect.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/2d/Rect.h b/gfx/2d/Rect.h index 4875ad6714..46b5bf43ab 100644 --- a/gfx/2d/Rect.h +++ b/gfx/2d/Rect.h @@ -14,6 +14,7 @@ #include "Tools.h" #include "mozilla/Maybe.h" +#include #include namespace mozilla { -- 2.30.2