0001-include-cstdint.patch 864 B

12345678910111213141516171819202122232425262728293031
  1. From 735207ac16bb15d88116bf00283eb0135ed2585a Mon Sep 17 00:00:00 2001
  2. From: Paul Zander <negril.nx+gentoo@gmail.com>
  3. Date: Thu, 22 Aug 2024 11:40:13 +0200
  4. Subject: [PATCH] include cstdint
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Gentoo-Component: compiler-rt
  9. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
  10. Signed-off-by: Michał Górny <mgorny@gentoo.org>
  11. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
  12. Upstream: https://bugs.gentoo.org/939498
  13. ---
  14. lib/orc/error.h | 1 +
  15. 1 file changed, 1 insertion(+)
  16. diff --git a/lib/orc/error.h b/lib/orc/error.h
  17. index 92ac5a884ac6..33a599f71149 100644
  18. --- a/lib/orc/error.h
  19. +++ b/lib/orc/error.h
  20. @@ -14,6 +14,7 @@
  21. #include "stl_extras.h"
  22. #include <cassert>
  23. +#include <cstdint>
  24. #include <memory>
  25. #include <string>
  26. #include <type_traits>
  27. --
  28. 2.46.0