[RombaSharp] Fix compile on windows

This commit is contained in:
Matt Nadareski
2018-02-15 21:55:53 -08:00
parent e6e938788c
commit 336388c717

View File

@@ -13,6 +13,8 @@ using System.IO;
#else
using Alphaleonis.Win32.Filesystem;
using SearchOption = System.IO.SearchOption;
using StreamReader = System.IO.StreamReader;
using StreamWriter = System.IO.StreamWriter;
#endif