Core/Misc: Add missing Containers.h include where neccessary

This commit is contained in:
Shauren
2023-01-06 16:44:11 +01:00
parent dcb589946b
commit d8a4668c77
91 changed files with 92 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
#include "ScriptMgr.h"
#include "CellImpl.h"
#include "CombatAI.h"
#include "Containers.h"
#include "CreatureTextMgr.h"
#include "GameEventMgr.h"
#include "GameObject.h"