aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/aes_cmac_key_manager.h
diff options
context:
space:
mode:
authorwiktorg <wiktorg@google.com>2022-12-16 02:17:26 -0800
committerCopybara-Service <copybara-worker@google.com>2022-12-16 02:18:42 -0800
commitdf3dc49b8625febcd3471bfaa7c50561ee8ddcdf (patch)
tree7d86e7a28acf74adf34ccd84d340a63558976848 /cc/mac/aes_cmac_key_manager.h
parent6950e31509a30ad78a18e9e616a69ab489fb1d2a (diff)
downloadtink-df3dc49b8625febcd3471bfaa7c50561ee8ddcdf.tar.gz
IWYU: Add missing standard library includes.
PiperOrigin-RevId: 495818760
Diffstat (limited to 'cc/mac/aes_cmac_key_manager.h')
-rw-r--r--cc/mac/aes_cmac_key_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/mac/aes_cmac_key_manager.h b/cc/mac/aes_cmac_key_manager.h
index 8617b46a9..7ee5a9644 100644
--- a/cc/mac/aes_cmac_key_manager.h
+++ b/cc/mac/aes_cmac_key_manager.h
@@ -16,6 +16,7 @@
#ifndef TINK_MAC_AES_CMAC_KEY_MANAGER_H_
#define TINK_MAC_AES_CMAC_KEY_MANAGER_H_
+#include <memory>
#include <string>
#include "absl/memory/memory.h"