summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-12-07 14:12:08 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2011-12-07 14:12:08 -0800
commit27c1f51bf703cf1c1ebedec761219761e035b5c0 (patch)
tree204d00f1f81d56633c9c08abe6d47e81e2fced9d /Source/Core/Absy.cs
parent5212d1a82598c56d5c330ed68d1bd6c5d443084e (diff)
parent93ac6ee9dff39a8ae70bf2bafa3333685773d04b (diff)
Merge
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index 5f7328d1..fc28100e 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -95,6 +95,7 @@ namespace Microsoft.Boogie {
using Microsoft.Boogie.AbstractInterpretation;
using AI = Microsoft.AbstractInterpretationFramework;
using Graphing;
+ using Set = GSet<object>;
[ContractClass(typeof(AbsyContracts))]
public abstract class Absy {