12345678910111213141516171819202122232425262728293031 |
- From 735207ac16bb15d88116bf00283eb0135ed2585a Mon Sep 17 00:00:00 2001
- From: Paul Zander <negril.nx+gentoo@gmail.com>
- 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 <negril.nx+gentoo@gmail.com>
- Signed-off-by: Michał Górny <mgorny@gentoo.org>
- Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
- 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 <cassert>
- +#include <cstdint>
- #include <memory>
- #include <string>
- #include <type_traits>
- --
- 2.46.0
|