From db2368fced2ad51427d6b562823c51d7175add02 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 20 Feb 2023 10:55:46 +0100 Subject: [PATCH] small fix for gcc12 --- components/l10n/manager.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/l10n/manager.hpp b/components/l10n/manager.hpp index 37ea45b274..a75ccb3f9b 100644 --- a/components/l10n/manager.hpp +++ b/components/l10n/manager.hpp @@ -1,6 +1,8 @@ #ifndef COMPONENTS_L10N_MANAGER_H #define COMPONENTS_L10N_MANAGER_H +#include + #include namespace VFS