From abdb4a7446709a474068213b0fb0073efe572a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Sat, 14 Mar 2026 11:28:53 +0100 Subject: [PATCH] Add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- common/fs-impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/fs-impl.h b/common/fs-impl.h index 4b578337bf..c646f1d37b 100644 --- a/common/fs-impl.h +++ b/common/fs-impl.h @@ -1,5 +1,6 @@ #pragma once +#include #include #ifdef _WIN32