diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-03-19 18:20:33 +0100 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2020-03-19 18:20:55 +0100 |
commit | ca0c50bc450f5259acc6af0f4123690969b7e9cb (patch) | |
tree | 2294ae8b9d4e4f71e7d3d093f285e40e53b88d0c /src/common/Utilities/Containers.h | |
parent | 264a35617c025c52d522c87b6c4cf7aa3daa2484 (diff) |
Core/Misc: C++17 cleanups, commit 3, the header commit
Diffstat (limited to 'src/common/Utilities/Containers.h')
-rw-r--r-- | src/common/Utilities/Containers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/Containers.h b/src/common/Utilities/Containers.h index ad3887e2123..5cab071db99 100644 --- a/src/common/Utilities/Containers.h +++ b/src/common/Utilities/Containers.h @@ -18,12 +18,12 @@ #ifndef TRINITY_CONTAINERS_H #define TRINITY_CONTAINERS_H -#include "advstd.h" #include "Define.h" #include "Random.h" #include <algorithm> #include <exception> #include <iterator> +#include <type_traits> #include <utility> #include <vector> |