[Mono.Debugger.Soft] Oops, need using System.Globalization
authorJeffrey Stedfast <jeff@xamarin.com>
Tue, 18 Sep 2012 22:13:51 +0000 (18:13 -0400)
committerJeffrey Stedfast <jeff@xamarin.com>
Tue, 18 Sep 2012 22:13:51 +0000 (18:13 -0400)
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/MethodBodyMirror.cs

index 61af2c0c49c8bc064d0465206b118252ed77b01b..42ca3a27a5e42d01a01714b72896a8587ca1e951 100644 (file)
@@ -1,4 +1,5 @@
 using System;
+using System.Globalization;
 using System.Collections.Generic;
 using System.Text;
 using Mono.Cecil.Cil;