containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
260 stars 58 forks source link

Fix build on Arch Linux #315

Closed benwaffle closed 9 months ago

benwaffle commented 9 months ago

What this PR does / why we need it: Fixes a compilation error I get when building on Arch Linux. The numeric types (e.g. uint64_t) are defined in <cstdint> and the header file needs to be included.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Please check the following list:

liulanzheng commented 9 months ago

@benwaffle Thank you. Could you mind to use git commit -s --amend --no-edit to sign your name and repush it?

benwaffle commented 9 months ago

@liulanzheng done