projects
/
libappimage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d7bef
)
[PATCH] Fix build with gcc 13.1.1
author
FabioLolix
<fabio.loli@disroot.org>
Sun, 11 Jun 2023 22:51:49 +0000
(
00:51
+0200)
committer
Pino Toscano
<pino@debian.org>
Tue, 19 Dec 2023 17:16:16 +0000
(18:16 +0100)
Gbp-Pq: Name upstream_Fix-build-with-gcc-13.1.1.patch
src/libappimage/utils/hashlib.h
patch
|
blob
|
history
diff --git
a/src/libappimage/utils/hashlib.h
b/src/libappimage/utils/hashlib.h
index 089ee5c4cda61710008fd321c1d02b06a46198d0..59d234b67e353673b95e9f978ec04dccb21d6900 100644
(file)
--- a/
src/libappimage/utils/hashlib.h
+++ b/
src/libappimage/utils/hashlib.h
@@
-1,6
+1,7
@@
#pragma once
// system
+#include <cstdint>
#include <istream>