8000 Add missing header to fix the build by davide125 · Pull Request #205 · sgan81/apfs-fuse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add missing header to fix the build #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davide125
Copy link

This fixes a build error on Fedora Linux 42:

/builddir/build/BUILD/apfs-fuse-0-build/apfs-fuse-ee71aa5c87c0831c1ae17048951fe9cd7579c3db/ApfsLib/PList.h:88:15: error: ‘uint8_t’ does not name a type
   88 |         const uint8_t *data() const { return m_data.data(); }
      |               ^~~~~~~
/builddir/build/BUILD/apfs-fuse-0-build/apfs-fuse-ee71aa5c87c0831c1ae17048951fe9cd7579c3db/ApfsLib/PList.h:6:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
    5 | #include <memory>
  +++ |+#include <cstdint>
    6 | 

See https://bugzilla.redhat.com/show_bug.cgi?id=2339502 for more details.

@RandNode
Copy link
RandNode commented May 9, 2025

this also fixes similar errors on archlinux (6.14.2-arch1-1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0