21 lines
502 B
Diff
21 lines
502 B
Diff
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
|
|
{
|