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

@@ -21,6 +21,7 @@
*/
#include "ScriptMgr.h"
#include "Containers.h"
#include "CreatureAIImpl.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"