projects
/
dune-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3683a69
)
[PATCH 2/2] Add missing <cstdint> in simd/loop.hh
author
Christoph GrĂ¼ninger
<gruenich@dune-project.org>
Mon, 23 Jan 2023 21:18:17 +0000
(22:18 +0100)
committer
Raspbian forward porter
<root@raspbian.org>
Thu, 8 Feb 2024 16:16:19 +0000
(16:16 +0000)
GCC 13 needs this for uintptr_t
Gbp-Pq: Name add-missing-cstdint-in-simd-loop.hh.patch
dune/common/simd/loop.hh
patch
|
blob
|
history
diff --git
a/dune/common/simd/loop.hh
b/dune/common/simd/loop.hh
index 949b9929323e6c5b4596d78006b0d2033bb7c07f..a98c4ff99923f9c26b9d053762e11dec2415425d 100644
(file)
--- a/
dune/common/simd/loop.hh
+++ b/
dune/common/simd/loop.hh
@@
-7,6
+7,7
@@
#include <cmath>
#include <cstddef>
#include <cstdlib>
+#include <cstdint>
#include <ostream>
#include <dune/common/math.hh>