Patch-Source: https://github.com/void-linux/void-packages/blob/378db3cf5087877588aebaaa8ca3c9d94dfb54e0/srcpkgs/chromium/patches/fix-missing-cstdint-include-musl.patch fixed in https://github.com/google/quiche/commit/4d4820f0a959be7fa22285d114a5b5b8676f10fe -- --- a/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h +++ b/net/third_party/quiche/src/quiche/http2/adapter/window_manager.h @@ -3,6 +3,7 @@ #include +#include #include #include "common/platform/api/quiche_export.h"