0001-add-cstdint-to-finite-element.h.patch 663 B

123456789101112131415161718192021222324252627
  1. From 40425be69015213c5b402501c5baf87ba0167392 Mon Sep 17 00:00:00 2001
  2. From: edgar <edgar no reply>
  3. Date: Mon, 16 Oct 2023 20:02:12 +0200
  4. Subject: [RFC PATCH] add cstdint to finite-element.h
  5. ---
  6. cpp/basix/finite-element.h | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/cpp/basix/finite-element.h b/cpp/basix/finite-element.h
  9. index c03e1a37..512a2d10 100644
  10. --- a/cpp/basix/finite-element.h
  11. +++ b/cpp/basix/finite-element.h
  12. @@ -22,6 +22,7 @@
  13. #include <tuple>
  14. #include <utility>
  15. #include <vector>
  16. +#include <cstdint>
  17. /// Basix: FEniCS runtime basis evaluation library
  18. namespace basix
  19. base-commit: eebbc524c4afe2bef7f31ce877d2b80830109391
  20. --
  21. 2.42.0