File: upstream_Fix-build-with-gcc-13.1.1.patch

package info (click to toggle)
libappimage 1.0.4-5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,320 kB
  • sloc: cpp: 4,678; ansic: 1,325; sh: 169; python: 27; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From 1e0515b23b90588ce406669134feca56ddcbbe43 Mon Sep 17 00:00:00 2001
From: FabioLolix <fabio.loli@disroot.org>
Date: Mon, 12 Jun 2023 00:51:49 +0200
Subject: [PATCH] Fix build with gcc 13.1.1

---
 src/libappimage/utils/hashlib.h | 1 +
 1 file changed, 1 insertion(+)

--- a/src/libappimage/utils/hashlib.h
+++ b/src/libappimage/utils/hashlib.h
@@ -1,6 +1,7 @@
 #pragma once
 
 // system
+#include <cstdint>
 #include <istream>