From d15482f4cfb0bfbedffa921f9e0b4719dae86974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Fr=C3=BChwirth?= Date: Mon, 16 May 2022 08:37:16 +0200 Subject: [PATCH] Fix compilation error due to missing include --- src/fs/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/file.h b/src/fs/file.h index 2a81389..d08be49 100644 --- a/src/fs/file.h +++ b/src/fs/file.h @@ -21,6 +21,7 @@ this program. If not, see . #pragma once #include +#include #include #include