Skip to content

Fixes build errors on GCC 13

Summary

See issue #482 (closed). This fixes #482 (closed). The reason for the build failure is that uint8_t is being used in file(s) without #include <cstdint>.

Test Plan

  • ninja all check
  • Try building using GCC 13 and verify building succeeds.
Edited by Fernando Pelliccioni

Merge request reports