aboutsummaryrefslogtreecommitdiff
path: root/cc/experimental
diff options
context:
space:
mode:
authorjuerg <juerg@google.com>2022-08-15 05:24:58 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-15 05:26:01 -0700
commit7b86130c9a2c5fdc6205124c6e0346c95805115d (patch)
treee1a0424d84da8e5ecaa1b3d9b3b3e554f616f385 /cc/experimental
parent861bd40c8a157698e20d58a869d0ff95ccd8965e (diff)
downloadtink-7b86130c9a2c5fdc6205124c6e0346c95805115d.tar.gz
Auto-generated fix for C++ includes.
PiperOrigin-RevId: 467646289
Diffstat (limited to 'cc/experimental')
-rw-r--r--cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.cc2
-rw-r--r--cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper_test.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt_test.cc2
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt_test.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/util/test_util.cc1
-rw-r--r--cc/experimental/pqcrypto/kem/util/test_util_test.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_key_template_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.cc3
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.h1
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_sign_key_manager_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h1
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_verify_key_manager_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_key_template.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_key_template_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_sign_key_manager.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_sign_key_manager.h2
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_sign_key_manager_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_verify_key_manager.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_verify_key_manager.h1
-rw-r--r--cc/experimental/pqcrypto/signature/falcon_verify_key_manager_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/signature_config_util_test.cc4
-rw-r--r--cc/experimental/pqcrypto/signature/sphincs_key_template_test.cc1
-rw-r--r--cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.cc2
-rw-r--r--cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.h1
-rw-r--r--cc/experimental/pqcrypto/signature/sphincs_sign_key_manager_test.cc1
30 files changed, 41 insertions, 3 deletions
diff --git a/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.cc b/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.cc
index badab1de9..3f6139ddb 100644
--- a/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.cc
+++ b/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.h"
+#include <memory>
+#include <sstream>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper_test.cc b/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper_test.cc
index d9c9c332b..b6ca7bd42 100644
--- a/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper_test.cc
+++ b/cc/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/cecpq2_aead_hkdf_dem_helper.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.cc
index 933eb4a00..2ed06d8f5 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt_test.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt_test.cc
index d1418369b..ffa659a20 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt_test.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt_test.cc
@@ -16,8 +16,10 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_decrypt.h"
+#include <memory>
#include <string>
#include <utility>
+#include <vector>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.cc
index eb0c665a1..9d405b9bf 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt_test.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt_test.cc
index 42d5b035d..299e2c2cd 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt_test.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_aead_hkdf_hybrid_encrypt.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.cc
index f8e7baa5c..5eca870fd 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_recipient_kem_boringssl.h"
+#include <memory>
#include <utility>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.cc b/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.cc
index a67c8b5a3..7f2116259 100644
--- a/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.cc
+++ b/cc/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/subtle/cecpq2_hkdf_sender_kem_boringssl.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/util/test_util.cc b/cc/experimental/pqcrypto/kem/util/test_util.cc
index ff4e43bbe..d019189b3 100644
--- a/cc/experimental/pqcrypto/kem/util/test_util.cc
+++ b/cc/experimental/pqcrypto/kem/util/test_util.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/kem/util/test_util.h"
+#include <memory>
#include <string>
#include <utility>
diff --git a/cc/experimental/pqcrypto/kem/util/test_util_test.cc b/cc/experimental/pqcrypto/kem/util/test_util_test.cc
index ee7c3caa9..98c48d61e 100644
--- a/cc/experimental/pqcrypto/kem/util/test_util_test.cc
+++ b/cc/experimental/pqcrypto/kem/util/test_util_test.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/kem/util/test_util.h"
+#include <vector>
+
#include "gtest/gtest.h"
#include "tink/aead/aes_gcm_key_manager.h"
#include "tink/hybrid_encrypt.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_key_template_test.cc b/cc/experimental/pqcrypto/signature/dilithium_key_template_test.cc
index f4b285872..09e947f40 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_key_template_test.cc
+++ b/cc/experimental/pqcrypto/signature/dilithium_key_template_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/dilithium_key_template.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.cc b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.cc
index 3acb09b90..2ff7e1bc7 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.cc
+++ b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.cc
@@ -16,6 +16,9 @@
#include "tink/experimental/pqcrypto/signature/dilithium_sign_key_manager.h"
+#include <memory>
+#include <utility>
+
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.h b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.h
index 6e83592e7..4f5abb00d 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager.h
@@ -17,6 +17,7 @@
#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_SIGN_KEY_MANAGER_H_
#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_SIGN_KEY_MANAGER_H_
+#include <memory>
#include <string>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager_test.cc b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager_test.cc
index 92f542385..36ff2bf86 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager_test.cc
+++ b/cc/experimental/pqcrypto/signature/dilithium_sign_key_manager_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/dilithium_sign_key_manager.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.cc b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.cc
index 740e6f55c..66d3c754b 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.cc
+++ b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/signature/dilithium_verify_key_manager.h"
+#include <memory>
+
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
index b139ab8f4..e4774d3b7 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
@@ -17,6 +17,7 @@
#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SUBTLE_DILITHIUM_VERIFY_KEY_MANAGER_H_
#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SUBTLE_DILITHIUM_VERIFY_KEY_MANAGER_H_
+#include <memory>
#include <string>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager_test.cc b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager_test.cc
index e9c169544..9f489af5a 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager_test.cc
+++ b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/dilithium_verify_key_manager.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_key_template.cc b/cc/experimental/pqcrypto/signature/falcon_key_template.cc
index 668259bb6..bd33a702c 100644
--- a/cc/experimental/pqcrypto/signature/falcon_key_template.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_key_template.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/signature/falcon_key_template.h"
+#include <memory>
+
#include "tink/experimental/pqcrypto/signature/subtle/falcon_subtle_utils.h"
#include "tink/util/constants.h"
#include "proto/experimental/pqcrypto/falcon.pb.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_key_template_test.cc b/cc/experimental/pqcrypto/signature/falcon_key_template_test.cc
index 8c9c16724..2af3a5c05 100644
--- a/cc/experimental/pqcrypto/signature/falcon_key_template_test.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_key_template_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/falcon_key_template.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.cc b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.cc
index 9d1d3ed24..0b431c5ab 100644
--- a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/signature/falcon_sign_key_manager.h"
+#include <memory>
+
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.h b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.h
index 0ce6cc29c..32a6f142c 100644
--- a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager.h
@@ -17,7 +17,7 @@
#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_FALCON_SIGN_KEY_MANAGER_H_
#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_FALCON_SIGN_KEY_MANAGER_H_
-
+#include <memory>
#include <string>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager_test.cc b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager_test.cc
index eccd0bba1..efdc5df4b 100644
--- a/cc/experimental/pqcrypto/signature/falcon_sign_key_manager_test.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_sign_key_manager_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/falcon_sign_key_manager.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.cc b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.cc
index 26dab4b2e..125c8021c 100644
--- a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/signature/falcon_verify_key_manager.h"
+#include <memory>
+
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.h b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.h
index 995670032..dabe23712 100644
--- a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager.h
@@ -17,6 +17,7 @@
#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_FALCON_VERIFY_KEY_MANAGER_H_
#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_FALCON_VERIFY_KEY_MANAGER_H_
+#include <memory>
#include <string>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager_test.cc b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager_test.cc
index c486288bc..ac1df106c 100644
--- a/cc/experimental/pqcrypto/signature/falcon_verify_key_manager_test.cc
+++ b/cc/experimental/pqcrypto/signature/falcon_verify_key_manager_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/falcon_verify_key_manager.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/signature_config_util_test.cc b/cc/experimental/pqcrypto/signature/signature_config_util_test.cc
index 13bc1558b..6cd75f726 100644
--- a/cc/experimental/pqcrypto/signature/signature_config_util_test.cc
+++ b/cc/experimental/pqcrypto/signature/signature_config_util_test.cc
@@ -14,8 +14,7 @@
//
///////////////////////////////////////////////////////////////////////////////
-#include "tink/experimental/pqcrypto/signature/signature_config.h"
-
+#include <memory>
#include <string>
#include <utility>
@@ -24,6 +23,7 @@
#include "tink/config/tink_fips.h"
#include "tink/experimental/pqcrypto/signature/dilithium_sign_key_manager.h"
#include "tink/experimental/pqcrypto/signature/dilithium_verify_key_manager.h"
+#include "tink/experimental/pqcrypto/signature/signature_config.h"
#include "tink/public_key_sign.h"
#include "tink/public_key_verify.h"
#include "tink/registry.h"
diff --git a/cc/experimental/pqcrypto/signature/sphincs_key_template_test.cc b/cc/experimental/pqcrypto/signature/sphincs_key_template_test.cc
index 071feb4fb..90cfdd482 100644
--- a/cc/experimental/pqcrypto/signature/sphincs_key_template_test.cc
+++ b/cc/experimental/pqcrypto/signature/sphincs_key_template_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/sphincs_key_template.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"
diff --git a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.cc b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.cc
index c481ae418..b5087addd 100644
--- a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.cc
+++ b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.cc
@@ -16,6 +16,8 @@
#include "tink/experimental/pqcrypto/signature/sphincs_sign_key_manager.h"
+#include <memory>
+
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
diff --git a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.h b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.h
index 03655e7a8..9c9d096ca 100644
--- a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager.h
@@ -17,6 +17,7 @@
#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SPHINCS_SIGN_KEY_MANAGER_H_
#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SPHINCS_SIGN_KEY_MANAGER_H_
+#include <memory>
#include <string>
#include "absl/memory/memory.h"
diff --git a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager_test.cc b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager_test.cc
index 7005f4883..ee6895928 100644
--- a/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager_test.cc
+++ b/cc/experimental/pqcrypto/signature/sphincs_sign_key_manager_test.cc
@@ -16,6 +16,7 @@
#include "tink/experimental/pqcrypto/signature/sphincs_sign_key_manager.h"
+#include <memory>
#include <string>
#include "gmock/gmock.h"