From 67fe809b48dc93cb620df904250eac4652a656d4 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 8 Jun 2020 15:24:46 -0700 Subject: [PATCH] Fix azure windows build issue GitHub Actions seems to have updated the Windows Visual Studio version and that is causing build failures. Signed-off-by: Yong Tang --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 672f8761a..2a5c6282d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -167,6 +167,8 @@ http_archive( build_file = "//third_party:azure.BUILD", patch_cmds = [ "sed -i.bak 's/struct stat/struct_stat/' src/blob/blob_client_wrapper.cpp", + "echo '' >> include/base64.h", + "echo '#include ' >> include/base64.h", ], sha256 = "597d9894061f4871a909f1c2c3f56725a69c188ea17784cc71e1e170687faf00", strip_prefix = "azure-storage-cpplite-0.2.0",