diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-03-19 18:20:33 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-24 00:37:25 +0100 |
commit | a6332f5dececbc5301c2c30931dfdc23e4aab717 (patch) | |
tree | fbcd6b390533a77db325c3f2f3559cda784c9973 /src/common/Utilities/Containers.h | |
parent | ea0aa63d96cac461dd0b473437f1143898d3c3b5 (diff) |
Core/Misc: C++17 cleanups, commit 3, the header commit
(cherry picked from commit ca0c50bc450f5259acc6af0f4123690969b7e9cb)
Diffstat (limited to 'src/common/Utilities/Containers.h')
-rw-r--r-- | src/common/Utilities/Containers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Utilities/Containers.h b/src/common/Utilities/Containers.h index bd7dfd819c3..c037ffd243b 100644 --- a/src/common/Utilities/Containers.h +++ b/src/common/Utilities/Containers.h @@ -23,6 +23,7 @@ #include <algorithm> #include <exception> #include <iterator> +#include <type_traits> #include <utility> #include <vector> |