summaryrefslogtreecommitdiff
path: root/src/include/parser.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-03 03:37:08 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-03 03:37:08 +0000
commit842e581321bcd9f30c60b9dacc671843ca776fed (patch)
tree202ddf8dae7e090e06d5aed869337ef9162309cd /src/include/parser.h
parent541379b3d361e255cd664207f8b2e278a5b5e3eb (diff)
additional headers and modifications; now passes syntax check
Diffstat (limited to 'src/include/parser.h')
-rw-r--r--src/include/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/parser.h b/src/include/parser.h
index 8f1032286..c5af769e3 100644
--- a/src/include/parser.h
+++ b/src/include/parser.h
@@ -10,6 +10,10 @@
#ifndef __CVC4_PARSER_H
#define __CVC4_PARSER_H
+#include <iostream>
+#include "vc.h"
+#include "expr.h"
+
namespace CVC4 {
// In terms of abstraction, this is below (and provides services to)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback