From 6781960da96662543f8bd69c0f8d8f9b4a0a021b Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Tue, 31 Dec 2024 01:07:11 +0100 Subject: [PATCH] Fix include --- src/utils/ConsoleManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ConsoleManager.hpp b/src/utils/ConsoleManager.hpp index a2afe46fb..693219e30 100644 --- a/src/utils/ConsoleManager.hpp +++ b/src/utils/ConsoleManager.hpp @@ -1,7 +1,7 @@ #ifndef CONSOLE_MANAGER_HPP #define CONSOLE_MANAGER_HPP -#include <string> +#include <ostream> class ConsoleManager { -- GitLab