summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_buffer.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-10 00:14:49 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-10 00:14:49 +0000
commit8495ee8e7de4a7e472d72cfb20290940c59794e3 (patch)
tree5400ea6b8ea2acd24c76fe4e96220275345506d1 /src/parser/bounded_token_buffer.h
parentc165a7c05ca79659d2f0451cb795b17dec5dcfb6 (diff)
Add -lprofiler when --with-google-perftools is offered; also fix some newswire-raised documentation issues.
Diffstat (limited to 'src/parser/bounded_token_buffer.h')
-rw-r--r--src/parser/bounded_token_buffer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parser/bounded_token_buffer.h b/src/parser/bounded_token_buffer.h
index a29462687..5121f1cc6 100644
--- a/src/parser/bounded_token_buffer.h
+++ b/src/parser/bounded_token_buffer.h
@@ -5,7 +5,7 @@
** Major contributors: mdeters
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
@@ -25,6 +25,8 @@
** are SKIP()'d and not "hidden".
**/
+#include "cvc4parser_private.h"
+
#ifndef __CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H
#define __CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback