libappimage-1.0.4.5
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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(+)
|
||||
|
||||
diff --git a/src/libappimage/utils/hashlib.h b/src/libappimage/utils/hashlib.h
|
||||
index 45240f7..6b68489 100644
|
||||
--- a/src/libappimage/utils/hashlib.h
|
||||
+++ b/src/libappimage/utils/hashlib.h
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// system
|
||||
+#include <cstdint>
|
||||
#include <istream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user