From b834527813eb2d4bede3197f19e20b75c42ad5d8 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Tue, 14 Dec 2021 21:36:11 +0100 Subject: [PATCH] Add missing include --- components/vfs/filesystemarchive.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/vfs/filesystemarchive.cpp b/components/vfs/filesystemarchive.cpp index 35f44f46cd..7766a74f49 100644 --- a/components/vfs/filesystemarchive.cpp +++ b/components/vfs/filesystemarchive.cpp @@ -1,5 +1,7 @@ #include "filesystemarchive.hpp" +#include + #include #include