Update Atari2600.IEmulator.cs

Fix broken build
This commit is contained in:
alyosha-tas 2017-11-08 18:22:53 -05:00 committed by GitHub
parent e35b225fb0
commit 6b18b3cb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
using BizHawk.Emulation.Common;
using System;
namespace BizHawk.Emulation.Cores.Atari.Atari2600
{