waylandpp icon indicating copy to clipboard operation
waylandpp copied to clipboard

include missing <cstdint>

Open kraj opened this issue 2 years ago • 2 comments

gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t.

[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Signed-off-by: Khem Raj [email protected]

kraj avatar Jan 27 '23 07:01 kraj

dupe of https://github.com/NilsBrause/waylandpp/pull/71?

thesamesam avatar Jan 28 '23 01:01 thesamesam

dupe of #71?

yes it is. Except that my commit msg has some more relevant info :)

kraj avatar Jan 30 '23 19:01 kraj