Closed Menci closed 3 weeks ago
maybe add in the header file?
@wasphin
A bit strange. brpc.h
is not using <cstdint>
, as it doesn't expose this API ConvertGrpcTimeoutToUS
, while the caller in http_rpc_protocol.cpp
declared this API manually:
LGTM
What problem does this PR solve?
It doesn't compile with GCC 13.
What is changed and the side effects?
Changed:
Adding missing
#include <cstdint>
forint64_t
usage.Side effects:
Performance effects(性能影响): N/A
Breaking backward compatibility(向后兼容性): N/A
Check List: