From c1a411fb1b5550309ab59785b17672b7cb69a885 Mon Sep 17 00:00:00 2001 From: zhangrunda Date: Tue, 7 Jul 2026 21:23:53 +0800 Subject: [PATCH] common : add missing include in common.h (#25220) Signed-off-by: zhangrunda --- common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.h b/common/common.h index 2adb310b83..b7d85b5dd1 100644 --- a/common/common.h +++ b/common/common.h @@ -14,6 +14,7 @@ #include #include #include +#include #if defined(_WIN32) && !defined(_WIN32_WINNT) #define _WIN32_WINNT 0x0A00