Skip to content

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