Skip to content

Support gcc13+ #19

@george-pippos-qb

Description

@george-pippos-qb

Trying to compile this with gcc13 (and newer versions of clang) cause errors like the below due to include file resolution changes.

cryptolens-cpp/src/LicenseKeyInformation.cpp:21:3: error: 'std::uint64_t' has not been declared
   21 |   std::uint64_t sign_date,
      |   ^~~

The scope of changes required is just to add #include <cstdint> to a few files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions