summaryrefslogtreecommitdiff
path: root/examples/nra-translate/smt2todreal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nra-translate/smt2todreal.cpp')
-rw-r--r--examples/nra-translate/smt2todreal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nra-translate/smt2todreal.cpp b/examples/nra-translate/smt2todreal.cpp
index 2a12b828e..8139a4d91 100644
--- a/examples/nra-translate/smt2todreal.cpp
+++ b/examples/nra-translate/smt2todreal.cpp
@@ -28,9 +28,9 @@
#include <cvc4/options/set_language.h>
using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
int main(int argc, char* argv[])
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback