summaryrefslogtreecommitdiff
path: root/src/util/trans_closure.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/util/trans_closure.h
parentf33eda5c4fffa331af04a2d6100bb4c2dd9730b3 (diff)
variety of visibility fixes (should clean up some of the many warnings on MacOS-production-dynamic builds)
Diffstat (limited to 'src/util/trans_closure.h')
-rw-r--r--src/util/trans_closure.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/trans_closure.h b/src/util/trans_closure.h
index ef04d7af5..a551d4a31 100644
--- a/src/util/trans_closure.h
+++ b/src/util/trans_closure.h
@@ -16,6 +16,8 @@
** The transitive closure module.
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__UTIL__TRANSITIVE_CLOSURE_H
#define __CVC4__UTIL__TRANSITIVE_CLOSURE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback