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

Commits on Jul 1, 2024

  1. Add include <cstdint> to fix uint32_t etc.

    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
    mfsv committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d0f3299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e85d2 View commit details
    Browse the repository at this point in the history
  3. Add include <cstdint> to fix uint32_t etc.

    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
    mfsv committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ee1dde6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'softvise/patches'

    mfsv committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ab5b7db View commit details
    Browse the repository at this point in the history