Skip to content

Failed compile with gcc 15.2 #419

@oodame

Description

@oodame

When compiling with gcc 15.2, it emits error like this

In file included from /home/workspace/third_party_builder/source/mvfst-2025.12.29.00/quic/congestion_control/PacerFactory.cpp:8:
/home/workspace/third_party_builder/source/mvfst-2025.12.29.00/quic/congestion_control/PacerFactory.h:24:5: error: 'uint64_t' has not been declared
   24 |     uint64_t minCwndInMss);
      |     ^~~~~~~~
/home/workspace/third_party_builder/source/mvfst-2025.12.29.00/quic/congestion_control/PacerFactory.h:11:1: note: 'uint64_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
   10 | #include <memory>
  +++ |+#include <cstdint>
   11 |

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