Added missing include for Mangos timer rewrite

This commit is contained in:
Foereaper
2021-03-05 00:43:34 +01:00
committed by GitHub
parent 84ebbd181f
commit 5ce4b51ac2

View File

@@ -10,6 +10,9 @@
#include "Unit.h"
#include "GameObject.h"
#include "DBCStores.h"
#ifdef MANGOS
#include "Timer.h"
#endif
uint32 ElunaUtil::GetCurrTime()
{