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>
Fri, 1 Sep 2023 16:52:34 +0000 (17:52 +0100)
commit8ff680a5defc1e8e4ba95c8ed3a1f39bb13b9cb3
tree7e2ee4209962562600fe25e03a061df9a2ce04d8
parent082c8f0066dfe91394753f0350b9126919490d66
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