summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/theory_rewriterules_preprocess.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-06-15 02:16:41 +0000
committerTim King <taking@cs.nyu.edu>2012-06-15 02:16:41 +0000
commit331c0f5861060f4b6f3f14cf17bd2a15059bb54a (patch)
tree66e256083231816a31de5df72514ae6ea3f8bd8b /src/theory/rewriterules/theory_rewriterules_preprocess.h
parentd9c6de378604c96d82a0e74bb4da497d8e205d0a (diff)
Fixing mac compilation issues.
Diffstat (limited to 'src/theory/rewriterules/theory_rewriterules_preprocess.h')
-rw-r--r--src/theory/rewriterules/theory_rewriterules_preprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/rewriterules/theory_rewriterules_preprocess.h b/src/theory/rewriterules/theory_rewriterules_preprocess.h
index f17e30758..5d9cebfec 100644
--- a/src/theory/rewriterules/theory_rewriterules_preprocess.h
+++ b/src/theory/rewriterules/theory_rewriterules_preprocess.h
@@ -20,8 +20,8 @@
#define __CVC4__REWRITERULES_H
#include <vector>
-#include <hash_set>
-#include <hash_map>
+#include <ext/hash_set>
+#include <ext/hash_map>
#include "expr/expr.h"
#include "expr/node.h"
#include "theory/rewriterules/theory_rewriterules_params.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback