gfx: Fix inclusion of C++ header
authorCarsten Schoenert <c.schoenert@t-online.de>
Wed, 26 Jul 2023 17:43:43 +0000 (19:43 +0200)
committerChristoph Goehre <chris@sigxcpu.org>
Thu, 31 Aug 2023 15:15:52 +0000 (16:15 +0100)
commit153a20e67586b08b497bbdab9dcdb47f8e91cbef
treeaa413a129a4dd28c3fd828759c8f07f4860846a5
parent5b4962bbbf0d9d667ef0344535f7021767704ade
gfx: Fix inclusion of C++ header

<cinttypes> 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