From 78cb4d4373dd5fb2f4d9fdf5b24caf8d8dd220ab Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 28 Mar 2024 20:14:16 +0100 Subject: [PATCH] include algorithm in jobs.cpp, try to fix #8159 --- src/engine/shared/jobs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/shared/jobs.cpp b/src/engine/shared/jobs.cpp index 3c77e5fa6..0959c0a0d 100644 --- a/src/engine/shared/jobs.cpp +++ b/src/engine/shared/jobs.cpp @@ -1,6 +1,7 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #include "jobs.h" +#include IJob::IJob() : m_pNext(nullptr),