summaryrefslogtreecommitdiff
path: root/src/theory/bags/bags_rewriter.cpp
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2020-09-29 13:48:16 -0500
committerGitHub <noreply@github.com>2020-09-29 13:48:16 -0500
commita4d15e7e7d03376f51e1e03e9e555fa2ff5b254c (patch)
tree9b4efa430986dd497472fe34f77e1e3573447188 /src/theory/bags/bags_rewriter.cpp
parent4b023ebf819e9d909d1542b79adc38fe1529a7fc (diff)
Fix bags headers (#5165)
Fix bags headers
Diffstat (limited to 'src/theory/bags/bags_rewriter.cpp')
-rw-r--r--src/theory/bags/bags_rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bags/bags_rewriter.cpp b/src/theory/bags/bags_rewriter.cpp
index a6506f18e..dd6565a5b 100644
--- a/src/theory/bags/bags_rewriter.cpp
+++ b/src/theory/bags/bags_rewriter.cpp
@@ -14,7 +14,7 @@
#include "theory/bags/bags_rewriter.h"
-#include "normal_form.h"
+#include "theory/bags/normal_form.h"
using namespace CVC4::kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback