summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_utilities.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-09-21 21:50:26 +0000
committerMorgan Deters <mdeters@gmail.com>2010-09-21 21:50:26 +0000
commit9dbc683d057288a23109075d806a5398252eaa12 (patch)
treed703697641c370719b227fe975116763915b3555 /src/theory/arith/arith_utilities.h
parent3fd94cba660ab8a8c371bd0b6eae8e116a7c8842 (diff)
part of review (bug #197): coding conventions, file-level documentation, re-ran update-copyright.pl, etc.
Diffstat (limited to 'src/theory/arith/arith_utilities.h')
-rw-r--r--src/theory/arith/arith_utilities.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/theory/arith/arith_utilities.h b/src/theory/arith/arith_utilities.h
index 6706ad76a..d2c07900d 100644
--- a/src/theory/arith/arith_utilities.h
+++ b/src/theory/arith/arith_utilities.h
@@ -2,8 +2,8 @@
/*! \file arith_utilities.h
** \verbatim
** Original author: taking
- ** Major contributors: mdeters
- ** Minor contributors (to current version): none
+ ** Major contributors: none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
@@ -17,6 +17,8 @@
** \todo document this file
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__THEORY__ARITH__ARITH_UTILITIES_H
#define __CVC4__THEORY__ARITH__ARITH_UTILITIES_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback