From f755c456ea5a75c53962ef8a21d9eb404611a0db Mon Sep 17 00:00:00 2001 From: NathanFreeman <1056159381@qq.com> Date: Sun, 8 Dec 2024 16:38:16 +0800 Subject: [PATCH] fix header file missing --- ext-src/swoole_http_client_coro.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ext-src/swoole_http_client_coro.cc b/ext-src/swoole_http_client_coro.cc index 6146cd0d34..90a51a7a4d 100644 --- a/ext-src/swoole_http_client_coro.cc +++ b/ext-src/swoole_http_client_coro.cc @@ -32,6 +32,7 @@ SW_EXTERN_C_BEGIN #include "thirdparty/llhttp/llhttp.h" +#include "stubs/php_swoole_http_client_coro_arginfo.h" #include "ext/standard/base64.h"