From dab624b8b562d8f16c1a205bb4c341a4e04fc779 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sun, 23 Jun 2024 16:59:26 +0200 Subject: [PATCH] Fix compile error for gcc 14 --- src/common/filesystem/source/resourcefile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/filesystem/source/resourcefile.cpp b/src/common/filesystem/source/resourcefile.cpp index 7a6085d2f..8ba320f7f 100644 --- a/src/common/filesystem/source/resourcefile.cpp +++ b/src/common/filesystem/source/resourcefile.cpp @@ -43,6 +43,7 @@ #include "fs_findfile.h" #include "fs_decompress.h" #include "wildcards.hpp" +#include namespace FileSys {