From 8af18dcba80cdf0d995f1cfd5390a1784a27a7c1 Mon Sep 17 00:00:00 2001 From: Caleb Donovick Date: Mon, 2 Jul 2018 14:26:58 -0700 Subject: Add missing include (#2127) --- src/smt/smt_engine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index ae0e80512..c21a0b4c2 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -111,6 +111,7 @@ #include "theory/quantifiers/sygus/ce_guided_instantiation.h" #include "theory/quantifiers/sygus_inference.h" #include "theory/quantifiers/term_util.h" +#include "theory/rewriter.h" #include "theory/sort_inference.h" #include "theory/strings/theory_strings.h" #include "theory/substitutions.h" -- cgit v1.2.3