summaryrefslogtreecommitdiff
path: root/examples/api/bitvectors_and_arrays-new.cpp
diff options
context:
space:
mode:
authormakaimann <makaim@stanford.edu>2019-04-01 13:22:04 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-04-01 13:22:04 -0700
commitae536749a2342e51c450deb62a13d5cfda965881 (patch)
tree4443235fd058fdfc47426aa704a460b1ddf810a5 /examples/api/bitvectors_and_arrays-new.cpp
parentfe18be6fe6ac58bf6ccdb1ca18c7fae2de881aaa (diff)
Update includes to use cvc4 top-level directory in examples (#2877)
Because the headers are now installed in a `cvc4` directory, the examples need to include from there as well.
Diffstat (limited to 'examples/api/bitvectors_and_arrays-new.cpp')
-rw-r--r--examples/api/bitvectors_and_arrays-new.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/api/bitvectors_and_arrays-new.cpp b/examples/api/bitvectors_and_arrays-new.cpp
index 723f5e178..2abc5f9b4 100644
--- a/examples/api/bitvectors_and_arrays-new.cpp
+++ b/examples/api/bitvectors_and_arrays-new.cpp
@@ -16,7 +16,8 @@
#include <iostream>
#include <cmath>
-// #include <cvc4/cvc4.h> // use this after CVC4 is properly installed
+
+// #include "cvc4/api/cvc4cpp.h" // use this after CVC4 is properly installed
#include "api/cvc4cpp.h"
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback