From d45ca8151f617d69788846644fffb8376b032d82 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 16 Dec 2023 08:58:46 +0100 Subject: [PATCH] added another missing include --- src/common/filesystem/source/files.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/filesystem/source/files.cpp b/src/common/filesystem/source/files.cpp index 03d1382cf..819550310 100644 --- a/src/common/filesystem/source/files.cpp +++ b/src/common/filesystem/source/files.cpp @@ -37,6 +37,7 @@ #include #include #include +#include #include "files_internal.h" namespace FileSys {