summaryrefslogtreecommitdiff
path: root/src/prop/theory_proxy.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-07-20 18:00:11 -0700
committerTim King <taking@google.com>2017-07-20 18:00:11 -0700
commit26a2fcf1413a02788dc25745fac87eb610b5a55d (patch)
tree21e7db3d7707a5be944124cb5959656ba9e2ee36 /src/prop/theory_proxy.h
parent8cf852387cb3a6ec17e77e61956030ca0c4c3837 (diff)
parent8b0659e6cd342ae40b676781b5e819d5fd2b3af7 (diff)
Merge branch 'master' into cleanup-regexp
Diffstat (limited to 'src/prop/theory_proxy.h')
-rw-r--r--src/prop/theory_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index 510a12eb2..67d3b3b7e 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -24,6 +24,7 @@
#define __CVC4_USE_MINISAT
#include <iosfwd>
+#include <unordered_set>
#include "context/cdqueue.h"
#include "expr/expr_stream.h"
@@ -138,7 +139,7 @@ public:
* Set of all lemmas that have been "shared" in the portfolio---i.e.,
* all imported and exported lemmas.
*/
- std::hash_set<Node, NodeHashFunction> d_shared;
+ std::unordered_set<Node, NodeHashFunction> d_shared;
/**
* Statistic: the number of replayed decisions (via --replay).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback