fix_fedora.patch 629 B

123456789101112131415161718192021
  1. From 2b418d38a36327e29f156b3c640e83f8c6caf067 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= <[email protected]>
  3. Date: Thu, 27 Apr 2023 17:51:09 +0200
  4. Subject: [PATCH] Add missing standard include (#517)
  5. ---
  6. Jolt/Core/Core.h | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/Jolt/Core/Core.h b/Jolt/Core/Core.h
  9. index 39c49fa71..a5b5aaac3 100644
  10. --- a/Jolt/Core/Core.h
  11. +++ b/Jolt/Core/Core.h
  12. @@ -296,6 +296,7 @@ JPH_SUPPRESS_WARNINGS_STD_BEGIN
  13. #include <sstream>
  14. #include <functional>
  15. #include <algorithm>
  16. +#include <cstdint>
  17. JPH_SUPPRESS_WARNINGS_STD_END
  18. #include <limits.h>
  19. #include <float.h>