summaryrefslogtreecommitdiff
path: root/src/theory/arith/pseudoboolean_proc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/pseudoboolean_proc.cpp')
-rw-r--r--src/theory/arith/pseudoboolean_proc.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/arith/pseudoboolean_proc.cpp b/src/theory/arith/pseudoboolean_proc.cpp
index 829952c5e..c09b0180a 100644
--- a/src/theory/arith/pseudoboolean_proc.cpp
+++ b/src/theory/arith/pseudoboolean_proc.cpp
@@ -15,9 +15,10 @@
** \todo document this file
**/
-#include "theory/arith/pseudoboolean_proc.h"
-#include "theory/arith/normal_form.h"
+#include "base/output.h"
#include "theory/arith/arith_utilities.h"
+#include "theory/arith/normal_form.h"
+#include "theory/arith/pseudoboolean_proc.h"
#include "theory/rewriter.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback