summaryrefslogtreecommitdiff
path: root/src/theory/arith/tableau.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-28 23:53:57 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-28 23:53:57 +0000
commit87de6caa100f5f727ff5cda577ccd79288e0f474 (patch)
treee320a53be6c49955a267dbf34cb8e9209a30c179 /src/theory/arith/tableau.h
parentf33eda5c4fffa331af04a2d6100bb4c2dd9730b3 (diff)
variety of visibility fixes (should clean up some of the many warnings on MacOS-production-dynamic builds)
Diffstat (limited to 'src/theory/arith/tableau.h')
-rw-r--r--src/theory/arith/tableau.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/theory/arith/tableau.h b/src/theory/arith/tableau.h
index f143b36c4..321f66c5f 100644
--- a/src/theory/arith/tableau.h
+++ b/src/theory/arith/tableau.h
@@ -17,6 +17,7 @@
** \todo document this file
**/
+#include "cvc4_private.h"
#include "expr/node.h"
#include "expr/attribute.h"
@@ -399,10 +400,10 @@ private:
uint32_t debugCountColLength(ArithVar var);
uint32_t debugCountRowLength(ArithVar var);
-};
+};/* class Tableau */
-}; /* namespace arith */
-}; /* namespace theory */
-}; /* namespace CVC4 */
+}/* CVC4::theory::arith namespace */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
#endif /* __CVC4__THEORY__ARITH__TABLEAU_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback