From 11a339c490e06dc4a8342c11004e7909423c7e1b Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Sun, 11 Mar 2018 23:26:30 -0400 Subject: [PATCH] fix include path --- src/smt/theory_str.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/theory_str.cpp b/src/smt/theory_str.cpp index 305f83df7..4ea96bd1f 100644 --- a/src/smt/theory_str.cpp +++ b/src/smt/theory_str.cpp @@ -25,7 +25,7 @@ #include "smt/theory_seq_empty.h" #include "smt/theory_arith.h" #include "ast/ast_util.h" -#include "seq_rewriter.h" +#include "ast/rewriter/seq_rewriter.h" #include "smt_kernel.h" namespace smt {