summaryrefslogtreecommitdiff
path: root/examples/api/bitvectors-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-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-new.cpp')
-rw-r--r--examples/api/bitvectors-new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/api/bitvectors-new.cpp b/examples/api/bitvectors-new.cpp
index d06671a0d..dfe8c7420 100644
--- a/examples/api/bitvectors-new.cpp
+++ b/examples/api/bitvectors-new.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-//#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