From 6629d07bc27ff334af83ec05d5f4afbfb8d38336 Mon Sep 17 00:00:00 2001 From: Alexei Kartashov Date: Sat, 25 Jan 2025 02:40:02 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20"=E2=80=98find=E2=80=99=20is=20not=20a?= =?UTF-8?q?=20member=20of=20=E2=80=98std=E2=80=99"=20(import=20algorithm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/voxels/blocks_agent.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/voxels/blocks_agent.hpp b/src/voxels/blocks_agent.hpp index 15813bc9..3bee3685 100644 --- a/src/voxels/blocks_agent.hpp +++ b/src/voxels/blocks_agent.hpp @@ -14,6 +14,7 @@ #include "maths/voxmaths.hpp" #include +#include #include #include #include