summarylogtreecommitdiffstats
path: root/205.patch
blob: 20d33e78a7fdabcc1a15a7102b0f161ec5823faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From c05663711c2e374a14c7a74352c149e753a3c2c5 Mon Sep 17 00:00:00 2001
From: Davide Cavalca <dcavalca@fedoraproject.org>
Date: Wed, 22 Jan 2025 09:32:32 -0800
Subject: [PATCH] Add missing header to fix the build

---
 ApfsLib/PList.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ApfsLib/PList.h b/ApfsLib/PList.h
index 645df2d..1d7fdf0 100644
--- a/ApfsLib/PList.h
+++ b/ApfsLib/PList.h
@@ -3,6 +3,7 @@
 #include <vector>
 #include <map>
 #include <memory>
+#include <cstdint>
 
 enum PLType
 {