diff options
| author | Shauren <shauren.trinity@gmail.com> | 2015-09-19 18:25:43 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2015-09-19 18:25:43 +0200 |
| commit | 89b902b4e0d0016accd9540ca133519995a0b123 (patch) | |
| tree | c2d428f2a644e6e601dfe5ea037a064061dcee53 /src | |
| parent | 492bd23599b6f44b9efe34c91d0761b90f537897 (diff) | |
Core/Misc: Added a few stl header includes to Common.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/Common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 58bb006166a..605b6dc4ae8 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -21,7 +21,6 @@ #include "Define.h" -#include <unordered_map> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -32,14 +31,17 @@ #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 <vector> +#include <array> #include <boost/optional.hpp> #include <boost/utility/in_place_factory.hpp> |
