From 05da68336bd07ccea4e26770fdbd952ae76ad143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20=C3=89corchard?= Date: Wed, 18 Dec 2024 09:48:55 +0100 Subject: [PATCH] Add the missing `algorithm` header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gaël Écorchard --- src/obj-magic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/obj-magic.cpp b/src/obj-magic.cpp index 21c9a23..174c9ac 100644 --- a/src/obj-magic.cpp +++ b/src/obj-magic.cpp @@ -1,3 +1,4 @@ +#include #include #include #include