shaka-packager/packager/hls
modernletter ba5c77155a
fix: Add missing <cstdint> includes (#1306)
CC version 13 needs `<cstdint>` to be explicitly included to
provide fixed bits integer types.

Some files using it inludes `<stdint.h>`, some are missing direct or
undirect inclusion. This PR adds `<cstdint>` inclusion to the
minimal set of files, allowing compilation on GCC 13.

Closes #1305
2023-11-29 22:51:37 -08:00
..
base fix: Add missing <cstdint> includes (#1306) 2023-11-29 22:51:37 -08:00
public fix: Add missing <cstdint> includes (#1306) 2023-11-29 22:51:37 -08:00
hls.gyp Not generating Legacy Widevine HLS signaling by default 2018-08-14 23:00:04 +00:00