From 9fd6b9a06a369d89ffad8ec46690e379051b4251 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Thu, 19 Oct 2023 18:12:44 +0800 Subject: [PATCH] add missed header (#477) --- include/ylt/coro_http/coro_http_server.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ylt/coro_http/coro_http_server.hpp b/include/ylt/coro_http/coro_http_server.hpp index 1f5b6cdb3..d97eaf086 100644 --- a/include/ylt/coro_http/coro_http_server.hpp +++ b/include/ylt/coro_http/coro_http_server.hpp @@ -14,6 +14,7 @@ * limitations under the License. */ #pragma once +#include "cinatra/uri.hpp" #ifdef YLT_ENABLE_SSL #define CINATRA_ENABLE_SSL #endif