mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #8160 from edg-l/incl_algo
include algorithm in jobs.cpp, try to fix #8159
This commit is contained in:
commit
8412d2be6e
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue