From f11158ac868ef7cc09bfdd5cb82b53940f823978 Mon Sep 17 00:00:00 2001 From: jdpurcell Date: Sat, 17 Jan 2015 06:20:00 +0000 Subject: [PATCH] Would be nice if it compiled though. --- BizHawk.Client.Common/rewind/Rewinder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.Common/rewind/Rewinder.cs b/BizHawk.Client.Common/rewind/Rewinder.cs index c6a21c25d9..33cc41c98a 100644 --- a/BizHawk.Client.Common/rewind/Rewinder.cs +++ b/BizHawk.Client.Common/rewind/Rewinder.cs @@ -1,6 +1,7 @@ using System; using System.IO; +using BizHawk.Common; using BizHawk.Emulation.Common; using BizHawk.Emulation.Common.IEmulatorExtensions;