1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/bazel4/patch_ftbfs_gcc11_1.patch
2022-01-02 08:25:31 +00:00

24 lines
680 B
Diff

From 8cc0e261a313dbf5e81bfeca2bafa3e12a991046 Mon Sep 17 00:00:00 2001
From: cushon <cushon@google.com>
Date: Tue, 15 Dec 2020 23:18:55 -0800
Subject: [PATCH] Include <limits>
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 <limits.h>
+#include <limits>
#include "third_party/ijar/common.h"