From 5ce4b51ac2a122fd9023a2ac8a30cc4d16f355e1 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Fri, 5 Mar 2021 00:43:34 +0100 Subject: [PATCH] Added missing include for Mangos timer rewrite --- ElunaUtility.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ElunaUtility.cpp b/ElunaUtility.cpp index fb26b0d..9f436d6 100644 --- a/ElunaUtility.cpp +++ b/ElunaUtility.cpp @@ -10,6 +10,9 @@ #include "Unit.h" #include "GameObject.h" #include "DBCStores.h" +#ifdef MANGOS +#include "Timer.h" +#endif uint32 ElunaUtil::GetCurrTime() {