projects
/
fplll.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8204da0
)
Include cstdlib to fix GCC-11 FTBFS
author
Nilesh Patra
<nilesh@debian.org>
Sun, 15 Aug 2021 10:56:15 +0000
(11:56 +0100)
committer
Nilesh Patra
<nilesh@debian.org>
Sun, 15 Aug 2021 10:56:15 +0000
(11:56 +0100)
Last-Update: 2021-03-21
Gbp-Pq: Name gcc11_fix.patch
fplll/enum/enumerate_ext_api.h
patch
|
blob
|
history
diff --git
a/fplll/enum/enumerate_ext_api.h
b/fplll/enum/enumerate_ext_api.h
index 387a146112fa8dc81b1f137d5c82dcb9210d9b22..60a1e5bda29cb47c33c048a4dd1aed6808a842e6 100644
(file)
--- a/
fplll/enum/enumerate_ext_api.h
+++ b/
fplll/enum/enumerate_ext_api.h
@@
-20,6
+20,7
@@
#include <array>
#include <functional>
#include <memory>
+#include <cstdint>
typedef double fplll_extenum_enumf;
#define FPLLL_EXTENUM_MAX_EXTENUM_DIM 1024