Skip to content

Commit 7c67bb5

Browse files
authored
MONGOCRYPT-577 add missing include (#1069)
To fix Windows builds locate the `KMS_ASSERT` symbol.
1 parent 1dfa8ac commit 7c67bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kms-message/src/kms_crypto_windows.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#ifdef KMS_MESSAGE_ENABLE_CRYPTO_CNG
2020

21+
#include "kms_message_private.h"
22+
2123
// tell windows.h not to include a bunch of headers we don't need:
2224
#define WIN32_LEAN_AND_MEAN
2325

0 commit comments

Comments
 (0)