mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Misc: Added a few stl header includes to Common.h
(cherry picked from commit89b902b4e0) (cherry picked from commitc5d36a3183) Conflicts: src/common/Common.h
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "Define.h"
|
||||
|
||||
#include <unordered_map>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -32,13 +31,16 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
#include <queue>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <array>
|
||||
|
||||
#include "Debugging/Errors.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user