From 72a4e704ae6a2fec7c1499c9df2755b4cd28a378 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 27 Feb 2020 22:37:58 +0100 Subject: [PATCH] Add missing using directive Former-commit-id: c0e1742330ae6bc275c6706e40187f845368e7c2 --- FFMpegCore/FFMPEG/FFMpeg.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FFMpegCore/FFMPEG/FFMpeg.cs b/FFMpegCore/FFMPEG/FFMpeg.cs index 745d140..be5412d 100644 --- a/FFMpegCore/FFMPEG/FFMpeg.cs +++ b/FFMpegCore/FFMPEG/FFMpeg.cs @@ -5,6 +5,7 @@ using FFMpegCore.Helpers; using System; using System.Collections.Generic; +using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.Globalization;