From 4ff1d287d2f5c22b3cf9f6cfa0bfa7574d2d02b9 Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Fri, 24 Aug 2018 17:34:36 +0200
Subject: [PATCH] fix missing import

Signed-off-by: Robin Appelman <robin@icewind.nl>
---
 apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php b/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
index ce1c4b85778..4ef0be583d5 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
@@ -13,6 +13,7 @@ use Icewind\SMB\Exception\DependencyException;
 use Icewind\SMB\Exception\FileInUseException;
 use Icewind\SMB\Exception\InvalidTypeException;
 use Icewind\SMB\Exception\NotFoundException;
+use Icewind\SMB\IFileInfo;
 use Icewind\SMB\INotifyHandler;
 use Icewind\SMB\IServer;
 use Icewind\SMB\System;
-- 
GitLab