summaryrefslogtreecommitdiff
path: root/src/util/exception.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-28 19:20:02 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-28 19:20:02 +0000
commitb5178b5e0e520c388d45918fed8cf874d1b61280 (patch)
tree4e6e7768064ef8f526107127fceda51b21aa0cae /src/util/exception.h
parent6a3a0b0a60fd29d67f013b2150ba47d401a3e39c (diff)
some fixes to build system
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/util/exception.h')
-rw-r--r--src/util/exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/exception.h b/src/util/exception.h
index 89e42b6d1..4241fb1f1 100644
--- a/src/util/exception.h
+++ b/src/util/exception.h
@@ -130,9 +130,9 @@ inline std::ostream& operator<<(std::ostream& os, const Exception& e) throw() {
}/* CVC4 namespace */
-#if defined(__BUILDING_CVC4LIB) || defined(__BUILDING_CVC4LIB_UNIT_TEST)
+#if (defined(__BUILDING_CVC4LIB) || defined(__BUILDING_CVC4LIB_UNIT_TEST)) && !defined(__BUILDING_STATISTICS_FOR_EXPORT)
# include "util/Assert.h"
-#endif /* __BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST */
+#endif /* (__BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST) && !__BUILDING_STATISTICS_FOR_EXPORT */
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback