diff --git a/src/interp/iz3translate.cpp b/src/interp/iz3translate.cpp index ceacb18bf..f6f72d920 100755 --- a/src/interp/iz3translate.cpp +++ b/src/interp/iz3translate.cpp @@ -65,7 +65,7 @@ public: typedef hash_set AstHashSet; AstHashSet equivs_visited; // proofs already checked for equivalences - typedef pair, hash_map > AstToIpf; + typedef std::pair, hash_map > AstToIpf; AstToIpf translation; // Z3 proof nodes to Iproof nodes AstToInt frame_map; // map assertions to frames