include algorithm in jobs.cpp, try to fix #8159

This commit is contained in:
Edgar 2024-03-28 20:14:16 +01:00
parent 1147d28007
commit 78cb4d4373
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -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 <algorithm>
IJob::IJob() :
m_pNext(nullptr),