From 6b18b3cb57ed9f03160b8b3844285170b22ca61f Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 8 Nov 2017 18:22:53 -0500 Subject: [PATCH] Update Atari2600.IEmulator.cs Fix broken build --- .../Consoles/Atari/2600/Atari2600.IEmulator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs index e31f7f4700..13164fdd0f 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.IEmulator.cs @@ -1,4 +1,5 @@ using BizHawk.Emulation.Common; +using System; namespace BizHawk.Emulation.Cores.Atari.Atari2600 {