summaryrefslogtreecommitdiff
path: root/examples/sets-translate/sets_translate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sets-translate/sets_translate.cpp')
-rw-r--r--examples/sets-translate/sets_translate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sets-translate/sets_translate.cpp b/examples/sets-translate/sets_translate.cpp
index 6f1de6b00..f099b017a 100644
--- a/examples/sets-translate/sets_translate.cpp
+++ b/examples/sets-translate/sets_translate.cpp
@@ -20,6 +20,7 @@
#include <iostream>
#include <string>
#include <typeinfo>
+#include <unordered_map>
#include <vector>
#include "expr/expr.h"
@@ -83,7 +84,7 @@ class Mapper {
set< Type > setTypes;
map< Type, Type > mapTypes;
map< pair<Type, Kind>, Expr > setoperators;
- hash_map< Expr, Expr, ExprHashFunction > substitutions;
+ unordered_map< Expr, Expr, ExprHashFunction > substitutions;
ostringstream sout;
ExprManager* em;
int depth;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback