From 6d9ca80e4cc90a1ff68d8bae40381aa098f119bc Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Tue, 5 May 2020 09:05:49 +0200 Subject: [PATCH] Add string header to fix build issues --- src/fs/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/file.h b/src/fs/file.h index 2a81389..ef8dd0b 100644 --- a/src/fs/file.h +++ b/src/fs/file.h @@ -20,6 +20,7 @@ this program. If not, see . #pragma once +#include #include #include #include