Skip to content

compilation error in ip_address.h with new gcc version #542

Description

@AntiMatterDynamite

when compiling with gcc 13.3 std:: no longer has uint32_t defined in it, as such i get an error of:
'uint32_t' is not a member of 'std'

this is a mistake since no other place in the code uses std::uint32_t , they all just use the normal uint32_t.

i've made a pull request that fixes this line

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions