Fix missing import

This commit is contained in:
YoshiRulz 2021-03-31 08:36:21 +10:00
parent a91fa2754e
commit 53b3dccb12
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Arcades.MAME