blob: f658f9c4f5ee4f9f00d74f3d515eb86c5c26a2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/core/tsi/alts/crypt/aes_gcm.cc b/src/core/tsi/alts/crypt/aes_gcm.cc
index c638ce7..3dc3b2e 100644
--- a/src/core/tsi/alts/crypt/aes_gcm.cc
+++ b/src/core/tsi/alts/crypt/aes_gcm.cc
@@ -28,6 +28,7 @@
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <string.h>
+#include <cstdio>
#include <grpc/support/alloc.h>
|