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

This commit is contained in:
Shauren
2023-08-12 15:54:57 +02:00
parent cccc062ea0
commit ad3fc81db9
77 changed files with 107 additions and 46 deletions

View File

@@ -25,6 +25,7 @@
#include "ScriptMgr.h"
#include "Battleground.h"
#include "CellImpl.h"
#include "Containers.h"
#include "DBCStores.h"
#include "GameTime.h"
#include "GridNotifiersImpl.h"