summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/theory_rewriterules_preprocess.h
diff options
context:
space:
mode:
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