summaryrefslogtreecommitdiff
path: root/examples/api/extract-new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/extract-new.cpp')
-rw-r--r--examples/api/extract-new.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/api/extract-new.cpp b/examples/api/extract-new.cpp
index cb7d96fa5..0cb885b2c 100644
--- a/examples/api/extract-new.cpp
+++ b/examples/api/extract-new.cpp
@@ -16,8 +16,7 @@
#include <iostream>
-// #include "cvc4/api/cvc4cpp.h" // use this after CVC4 is properly installed
-#include "api/cvc4cpp.h"
+#include <cvc4/api/cvc4cpp.h>
using namespace std;
using namespace CVC4::api;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback