Add using directive

This commit is contained in:
Malte Rosenbjerg 2020-05-09 17:54:36 +02:00
parent eb9bc9807a
commit ccdf7d943e

View file

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace FFMpegCore.FFMPEG.Pipes
{