Skip to content

Conversation

@trofi
Copy link

@trofi trofi commented Jan 25, 2024

Without the change build fails on gcc-13 as:

mapper/../common/defs.h:53:9: error: 'uint32_t' does not name a type
   53 | typedef uint32_t ref_pos_t;
      |         ^~~~~~~~
mapper/../common/defs.h:35:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
   34 | #include <string>
  +++ |+#include <cstdint>

Without the change build fails on `gcc-13` as:

    mapper/../common/defs.h:53:9: error: 'uint32_t' does not name a type
       53 | typedef uint32_t ref_pos_t;
          |         ^~~~~~~~
    mapper/../common/defs.h:35:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       34 | #include <string>
      +++ |+#include <cstdint>
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