skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.82k stars 207 forks source link

Include cstdint where uintX_t is used #273

Closed pemensik closed 1 year ago

pemensik commented 1 year ago

Use namespaced version of stdint.h header, which defines int32_t, uint32_t and similar types.

This fixes build error when building flamethrower package with recent release of uvw. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2171490

stefanofiorentino commented 1 year ago

I've restarted failing runs. See you later.