[xxHash] Fix xxHash not being found

This commit is contained in:
Matt Nadareski
2017-03-17 13:12:01 -07:00
parent e4a0c844d6
commit 809b6aff14
3 changed files with 9 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ using System.Xml.Schema;
using SabreTools.Helper.Data;
using SabreTools.Helper.Dats;
using SabreTools.Helper.External;
using SabreTools.Helper.Skippers;
#if MONO
@@ -30,7 +31,6 @@ using StreamReader = System.IO.StreamReader;
#endif
using NaturalSort;
using OCRC;
using xxHashSharp;
namespace SabreTools.Helper.Tools
{