From 1346bf6fffe33cd7e1e55184ff6fc2e333d96b46 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 23 Aug 2022 19:58:48 -0400 Subject: [PATCH] Add include for `strlen`. --- Storage/MassStorage/Encodings/ApplePartitionMap.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Storage/MassStorage/Encodings/ApplePartitionMap.hpp b/Storage/MassStorage/Encodings/ApplePartitionMap.hpp index 9230b614e..4b5e04437 100644 --- a/Storage/MassStorage/Encodings/ApplePartitionMap.hpp +++ b/Storage/MassStorage/Encodings/ApplePartitionMap.hpp @@ -11,6 +11,7 @@ #include #include +#include #include #include