From 22f3c569c9f6ccd1ca179ea7a500ca08b29bb7b8 Mon Sep 17 00:00:00 2001 From: ZeZezhi <3403511686@qq.com> Date: Thu, 3 Sep 2026 19:26:46 +0800 Subject: [PATCH] fix: include for O_RDONLY on Windows/MSVC --- http/server/FileCache.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/server/FileCache.cpp b/http/server/FileCache.cpp index 26b76e150..c8b6897af 100644 --- a/http/server/FileCache.cpp +++ b/http/server/FileCache.cpp @@ -1,5 +1,7 @@ #include "FileCache.h" +#include + #include "herr.h" #include "hscope.h" #include "htime.h"