Skip to content
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

Add include <cstdint> to fix uint32_t etc. #741

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mfsv
Copy link
Contributor

@mfsv mfsv commented Jul 1, 2024

The existing implementation relied on implicit inclusion of cstdint which is not a given on all platforms.
Therefore, cstdint needs to be included explicitly.

Taken from the following vcpkg patch:

From 72052b9 Mon Sep 17 00:00:00 2001
From: chris [email protected]
Date: Sat, 24 Feb 2024 21:56:27 +0000
Subject: [PATCH] fix uint32_t

mfsv added 4 commits July 1, 2024 17:27
The existing implementation relied on implicit inclusion of cstdint
which is not a given on all platforms. Therefore, cstdint needs to
be included explicitly.

Taken from:

From 72052b9 Mon Sep 17 00:00:00 2001
From: chris <[email protected]>
Date: Sat, 24 Feb 2024 21:56:27 +0000
Subject: [PATCH] fix uint32_t
The existing implementation relied on implicit inclusion of cstdint
which is not a given on all platforms. Therefore, cstdint needs to
be included explicitly.

Taken from:

From 72052b9 Mon Sep 17 00:00:00 2001
From: chris <[email protected]>
Date: Sat, 24 Feb 2024 21:56:27 +0000
Subject: [PATCH] fix uint32_t
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.

1 participant