commit | 8c699821e88e0115f7a836fab73f7a85e270d652 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Sep 01 18:24:54 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 01 18:24:54 2022 +0000 |
tree | 6875b27d84a4feb7b65a34c545bad7599f88e8d9 | |
parent | 57df6d99f8714b86489874ba267278532ff88ece [diff] | |
parent | 9cf7f66c519b90beb0dd5cb91c25cacd6b7f17ab [diff] |
Merge "Add missing assert.h and functional includes"
diff --git a/keystore2/src/crypto/crypto.cpp b/keystore2/src/crypto/crypto.cpp index 6de3be7..7feeaff 100644 --- a/keystore2/src/crypto/crypto.cpp +++ b/keystore2/src/crypto/crypto.cpp
@@ -18,6 +18,7 @@ #include "crypto.hpp" +#include <assert.h> #include <log/log.h> #include <openssl/aes.h> #include <openssl/ec.h>
diff --git a/keystore2/src/crypto/include/certificate_utils.h b/keystore2/src/crypto/include/certificate_utils.h index cad82b6..13d3ef0 100644 --- a/keystore2/src/crypto/include/certificate_utils.h +++ b/keystore2/src/crypto/include/certificate_utils.h
@@ -20,6 +20,7 @@ #include <openssl/x509.h> #include <stdint.h> +#include <functional> #include <memory> #include <optional> #include <variant>