Skip to content

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

Open
mfsv wants to merge 4 commits intotfussell:masterfrom
softvise:master
Open

Add include <cstdint> to fix uint32_t etc.#741
mfsv wants to merge 4 commits intotfussell:masterfrom
softvise:master

Conversation

@mfsv
Copy link
Copy Markdown
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 x23@startracer.co.uk
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 <x23@startracer.co.uk>
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 <x23@startracer.co.uk>
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