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/Encoding/BaseEncoding.h | |
parent | 264a35617c025c52d522c87b6c4cf7aa3daa2484 (diff) |
Core/Misc: C++17 cleanups, commit 3, the header commit
Diffstat (limited to 'src/common/Encoding/BaseEncoding.h')
-rw-r--r-- | src/common/Encoding/BaseEncoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Encoding/BaseEncoding.h b/src/common/Encoding/BaseEncoding.h index ef484015936..fd89e3778b5 100644 --- a/src/common/Encoding/BaseEncoding.h +++ b/src/common/Encoding/BaseEncoding.h @@ -18,9 +18,9 @@ #ifndef TRINITY_BASE_ENCODING_HPP #define TRINITY_BASE_ENCODING_HPP -#include "advstd.h" #include "Define.h" #include "Optional.h" +#include <numeric> #include <string> #include <vector> |