gfx: Fix inclusion of C++ header
authorCarsten Schoenert <c.schoenert@t-online.de>
Wed, 26 Jul 2023 17:43:43 +0000 (19:43 +0200)
committerCarsten Schoenert <c.schoenert@t-online.de>
Sat, 5 Aug 2023 07:42:03 +0000 (08:42 +0100)
commit698bf2cd514a4f67b29e52639d2f36156b941a33
tree541b98884307c22dbb67084fb86d85082405e830
parentaa3e8055963f816a7fa894d358800efb97b66035
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