From 01b928f29eadbe769d4c0d938fe20acc6668a8f6 Mon Sep 17 00:00:00 2001 From: glucaci Date: Mon, 19 Dec 2016 12:12:58 +0100 Subject: [PATCH] Fix build --- LibMpc/MpdDirectoryListing.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/LibMpc/MpdDirectoryListing.cs b/LibMpc/MpdDirectoryListing.cs index 04e6a82..cb8b3f9 100644 --- a/LibMpc/MpdDirectoryListing.cs +++ b/LibMpc/MpdDirectoryListing.cs @@ -1,6 +1,7 @@ using System; using System.Collections.ObjectModel; using System.Collections.Generic; +using LibMpc.Types; namespace LibMpc {