summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/bvminisat/bvminisat.h2
-rw-r--r--src/prop/sat_solver.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h
index d337ff4e6..e13775ab2 100644
--- a/src/prop/bvminisat/bvminisat.h
+++ b/src/prop/bvminisat/bvminisat.h
@@ -16,6 +16,8 @@
** Implementation of the minisat for cvc4 (bitvectors).
**/
+#include "cvc4_private.h"
+
#pragma once
#include "prop/sat_solver.h"
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index ac80e4422..d2e967393 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -16,7 +16,7 @@
** SAT Solver.
**/
-#include "cvc4_public.h"
+#include "cvc4_private.h"
#ifndef __CVC4__PROP__SAT_MODULE_H
#define __CVC4__PROP__SAT_MODULE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback