From e8dc6c84a4ffc5ffd68aea95fd20251955b4e672 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 26 Jun 2018 16:37:17 +0200 Subject: [PATCH] Add missing XML header to vfs/file_system.h Ref #2870 --- repos/os/include/vfs/file_system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/os/include/vfs/file_system.h b/repos/os/include/vfs/file_system.h index 0f2ea8ed9..b9e5b216b 100644 --- a/repos/os/include/vfs/file_system.h +++ b/repos/os/include/vfs/file_system.h @@ -16,6 +16,7 @@ #include #include +#include namespace Vfs { class File_system; }