about summary refs log tree commit diff homepage
path: root/lib/SMT/parser.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-09 00:51:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-09 00:51:38 +0000
commit624342a7f0653283746a9b4b1a737c1e1925ebc4 (patch)
treefef2189daccb23d082aa104b5c4e84f294b86fc4 /lib/SMT/parser.h
parente10e81a79070995de8d41caad5dad448a8a3c8be (diff)
downloadklee-624342a7f0653283746a9b4b1a737c1e1925ebc4.tar.gz
Revert r73105, I think I was too hasty in killing this.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/SMT/parser.h')
-rw-r--r--lib/SMT/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SMT/parser.h b/lib/SMT/parser.h
index 49199eb5..4e7f05ba 100644
--- a/lib/SMT/parser.h
+++ b/lib/SMT/parser.h
@@ -29,6 +29,7 @@
 #define _cvc3__parser_h_
 
 #include "exception.h"
+#include "lang.h"
 
 namespace CVC3 {