Merge pull request #8160 from edg-l/incl_algo

include algorithm in jobs.cpp, try to fix #8159
This commit is contained in:
Edgar 2024-03-30 10:46:57 +00:00 committed by GitHub
commit 8412d2be6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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),