summaryrefslogtreecommitdiff
path: root/filesystems/fuse-darling-dmg/patches/patch-src_HFSCatalogBTree.cpp
blob: 3c90b16f1c121372a2ede9814f064eaec8e21d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_HFSCatalogBTree.cpp,v 1.2 2020/05/26 11:29:17 joerg Exp $

--- src/HFSCatalogBTree.cpp.orig	2020-03-25 15:29:11.522914079 +0000
+++ src/HFSCatalogBTree.cpp
@@ -5,6 +5,8 @@
 #include <cstring>
 #include "unichar.h"
 
+using icu::UnicodeString;
+
 static const int MAX_SYMLINKS = 50;
 
 extern UConverter *g_utf16be;