commit | 7b645018775b85a0c61148e592d951841809eef9 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon May 17 16:25:47 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon May 17 16:25:47 2021 -0500 |
tree | 24f49b8c7c74421aa428dded06df337c1c7e1698 | |
parent | d4a4bed525f79c39705fa526b20ab663bb2c2069 [diff] [blame] |
crypt_algo: add needed include gcc11 flags an error on this missing include Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I9eb8c1d9f1427b56e71d4103ae402980075f0780
diff --git a/crypt_algo.hpp b/crypt_algo.hpp index 366f2b0..f4d7363 100644 --- a/crypt_algo.hpp +++ b/crypt_algo.hpp
@@ -1,6 +1,7 @@ #pragma once #include <array> +#include <cstddef> #include <cstdint> #include <vector>