Skip to content

Commit bf40474

Browse files
authored
fix: add missing include to kms_mrk_keyring.h (#723)
Fixes #718.
1 parent 8bc5452 commit bf40474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-encryption-sdk-cpp/include/aws/cryptosdk/cpp/kms_mrk_keyring.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define AWS_ENCRYPTION_SDK_KMS_MRK_KEYRING_H
1717

1818
#include <aws/cryptosdk/cpp/exports.h>
19+
#include <aws/cryptosdk/cpp/kms_keyring.h>
1920

2021
#include <aws/core/Aws.h>
2122
#include <aws/core/utils/Outcome.h>

0 commit comments

Comments
 (0)