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