Add using System.IO

This commit is contained in:
Konstantin 2020-08-21 21:39:28 +09:00 committed by GitHub
parent 4ecf05ec79
commit e99b1b106f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
namespace FFMpegCore.Pipes