summaryrefslogtreecommitdiff
path: root/src/theory/bv
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/bv
parentf33eda5c4fffa331af04a2d6100bb4c2dd9730b3 (diff)
variety of visibility fixes (should clean up some of the many warnings on MacOS-production-dynamic builds)
Diffstat (limited to 'src/theory/bv')
-rw-r--r--src/theory/bv/cd_set_collection.h2
-rw-r--r--src/theory/bv/slice_manager.h2
-rw-r--r--src/theory/bv/theory_bv_rewrite_rules_core.h2
-rw-r--r--src/theory/bv/theory_bv_utils.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/theory/bv/cd_set_collection.h b/src/theory/bv/cd_set_collection.h
index ba9d104a1..e43479381 100644
--- a/src/theory/bv/cd_set_collection.h
+++ b/src/theory/bv/cd_set_collection.h
@@ -26,6 +26,8 @@
#pragma once
+#include "cvc4_private.h"
+
#include <iostream>
#include "context/cdo.h"
#include "theory/bv/theory_bv_utils.h"
diff --git a/src/theory/bv/slice_manager.h b/src/theory/bv/slice_manager.h
index 9e0b09f2f..80ac98001 100644
--- a/src/theory/bv/slice_manager.h
+++ b/src/theory/bv/slice_manager.h
@@ -24,6 +24,8 @@
* Author: dejan
*/
+#include "cvc4_private.h"
+
#pragma once
#include "context/cdo.h"
diff --git a/src/theory/bv/theory_bv_rewrite_rules_core.h b/src/theory/bv/theory_bv_rewrite_rules_core.h
index b1541fa4a..941b9d0b4 100644
--- a/src/theory/bv/theory_bv_rewrite_rules_core.h
+++ b/src/theory/bv/theory_bv_rewrite_rules_core.h
@@ -17,6 +17,8 @@
** \todo document this file
**/
+#include "cvc4_private.h"
+
#pragma once
#include "theory/bv/theory_bv_rewrite_rules.h"
diff --git a/src/theory/bv/theory_bv_utils.h b/src/theory/bv/theory_bv_utils.h
index fc4fbf834..80c5ca7f7 100644
--- a/src/theory/bv/theory_bv_utils.h
+++ b/src/theory/bv/theory_bv_utils.h
@@ -17,6 +17,8 @@
** \todo document this file
**/
+#include "cvc4_private.h"
+
#pragma once
#include <set>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback