[PATCH 2/2] Add missing <cstdint> in simd/loop.hh
authorChristoph GrĂ¼ninger <gruenich@dune-project.org>
Mon, 23 Jan 2023 21:18:17 +0000 (22:18 +0100)
committerMarkus Blatt <markus@dr-blatt.de>
Thu, 13 Jul 2023 06:20:17 +0000 (07:20 +0100)
GCC 13 needs this for uintptr_t

Gbp-Pq: Name add-missing-cstdint-in-simd-loop.hh.patch

dune/common/simd/loop.hh

index 949b9929323e6c5b4596d78006b0d2033bb7c07f..a98c4ff99923f9c26b9d053762e11dec2415425d 100644 (file)
@@ -7,6 +7,7 @@
 #include <cmath>
 #include <cstddef>
 #include <cstdlib>
+#include <cstdint>
 #include <ostream>
 
 #include <dune/common/math.hh>