mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-05 20:41:17 +02:00
Starting from gcc 13, it is required to explicitly include cstdint, as other standard library header files will not include other headers that were being used internally by the library. So update_engine also has to explicitly include cstdint to avoid build errors. Pulls in https://github.com/flatcar/update_engine/pull/27