From cffa49d05f0ad1b8c205a84d570e2f453269c886 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 16 Dec 2023 07:23:57 +0100 Subject: [PATCH] add missing #includes --- src/common/filesystem/source/ancientzip.cpp | 1 + src/common/filesystem/source/file_rff.cpp | 1 + src/common/filesystem/source/files.cpp | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/common/filesystem/source/ancientzip.cpp b/src/common/filesystem/source/ancientzip.cpp index 1bc605bde..b95d424a3 100644 --- a/src/common/filesystem/source/ancientzip.cpp +++ b/src/common/filesystem/source/ancientzip.cpp @@ -44,6 +44,7 @@ #include +#include #include "ancientzip.h" namespace FileSys { diff --git a/src/common/filesystem/source/file_rff.cpp b/src/common/filesystem/source/file_rff.cpp index 902285919..a3545d3b9 100644 --- a/src/common/filesystem/source/file_rff.cpp +++ b/src/common/filesystem/source/file_rff.cpp @@ -33,6 +33,7 @@ ** */ +#include #include "resourcefile.h" #include "fs_swap.h" diff --git a/src/common/filesystem/source/files.cpp b/src/common/filesystem/source/files.cpp index 55ae2d8c0..03d1382cf 100644 --- a/src/common/filesystem/source/files.cpp +++ b/src/common/filesystem/source/files.cpp @@ -35,6 +35,8 @@ #include #include +#include +#include #include "files_internal.h" namespace FileSys {