summaryrefslogtreecommitdiff
path: root/examples/api/helloworld-new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/helloworld-new.cpp')
-rw-r--r--examples/api/helloworld-new.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/api/helloworld-new.cpp b/examples/api/helloworld-new.cpp
index 144b307f7..ab869f03c 100644
--- a/examples/api/helloworld-new.cpp
+++ b/examples/api/helloworld-new.cpp
@@ -2,7 +2,7 @@
/*! \file helloworld-new.cpp
** \verbatim
** Top contributors (to current version):
- ** Aina Niemetz
+ ** Aina Niemetz, Makai Mann
** This file is part of the CVC4 project.
** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS
** in the top-level source directory) and their institutional affiliations.
@@ -16,8 +16,7 @@
#include <iostream>
-//#include <cvc4/cvc4.h> // use this after CVC4 is properly installed
-#include "api/cvc4cpp.h"
+#include <cvc4/api/cvc4cpp.h>
using namespace CVC4::api;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback