From c7d5b82f89b6ef9d3e04f6f6cfbb1f1bc43f735c Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Thu, 11 May 2023 12:20:48 +0800 Subject: [PATCH] Fix compilation errors reported by GCC-13 --- src/brpc/http2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/brpc/http2.h b/src/brpc/http2.h index 9a40d40dac..69d30874fb 100644 --- a/src/brpc/http2.h +++ b/src/brpc/http2.h @@ -18,6 +18,7 @@ #ifndef BAIDU_RPC_HTTP2_H #define BAIDU_RPC_HTTP2_H +#include #include "brpc/http_status_code.h" // To baidu-rpc developers: This is a header included by user, don't depend