TES3MP / CrabNet

CrabNet is a cross platform, open source, C++ networking engine for game programmers.
Other
23 stars 15 forks source link

Add missing `#include <cstdint>` in _FindFirst.h #18

Open backlabs1 opened 10 months ago

backlabs1 commented 10 months ago

Fixes builds with GCC 13.

See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Closes #17.

backlabs1 commented 7 months ago

Hi @davidcernat, is there anything preventing this change from being merged? It's just a simple #include fix. Thanks!