From 8cc0e261a313dbf5e81bfeca2bafa3e12a991046 Mon Sep 17 00:00:00 2001 From: cushon Date: Tue, 15 Dec 2020 23:18:55 -0800 Subject: [PATCH] Include Probably fixes https://github.com/bazelbuild/bazel/issues/12702 PiperOrigin-RevId: 347764132 --- third_party/ijar/zlib_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/ijar/zlib_client.h b/third_party/ijar/zlib_client.h index ed6616362fcc..c4b051e0100c 100644 --- a/third_party/ijar/zlib_client.h +++ b/third_party/ijar/zlib_client.h @@ -16,6 +16,7 @@ #define THIRD_PARTY_IJAR_ZLIB_CLIENT_H_ #include +#include #include "third_party/ijar/common.h"