From 735207ac16bb15d88116bf00283eb0135ed2585a Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Thu, 22 Aug 2024 11:40:13 +0200 Subject: [PATCH] include cstdint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gentoo-Component: compiler-rt Signed-off-by: Paul Zander Signed-off-by: Michał Górny Signed-off-by: James Hilliard Upstream: https://bugs.gentoo.org/939498 --- lib/orc/error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/orc/error.h b/lib/orc/error.h index 92ac5a884ac6..33a599f71149 100644 --- a/lib/orc/error.h +++ b/lib/orc/error.h @@ -14,6 +14,7 @@ #include "stl_extras.h" #include +#include #include #include #include -- 2.46.0