summaryrefslogtreecommitdiff
path: root/examples/api/extract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/extract.cpp')
-rw-r--r--examples/api/extract.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/api/extract.cpp b/examples/api/extract.cpp
index 760f5d0fe..d2f631d25 100644
--- a/examples/api/extract.cpp
+++ b/examples/api/extract.cpp
@@ -14,9 +14,9 @@
**
**/
-#include <iostream>
+#include <cvc5/cvc5.h>
-#include <cvc4/api/cvc4cpp.h>
+#include <iostream>
using namespace std;
using namespace cvc5::api;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback