summaryrefslogtreecommitdiff
path: root/src/util/Assert.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
commit7719416c6698cdc49b7a0d2d62b4472ef815a487 (patch)
tree472f1fd2f399224062753b5bc588b567423efa4a /src/util/Assert.h
parent738114852c81e7203fda105d5386dc26187fcb87 (diff)
remove/shuffle some #include dependencies; fix some documentation; apply coding standards
Diffstat (limited to 'src/util/Assert.h')
-rw-r--r--src/util/Assert.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/Assert.h b/src/util/Assert.h
index 87db28d44..dbbdfe9b7 100644
--- a/src/util/Assert.h
+++ b/src/util/Assert.h
@@ -28,9 +28,12 @@
#include <cstdarg>
#include "util/exception.h"
-#include "util/output.h"
#include "util/tls.h"
+// output.h not strictly needed for this header, but it _is_ needed to
+// actually _use_ anything in this header, so let's include it.
+#include "util/output.h"
+
namespace CVC4 {
class CVC4_PUBLIC AssertionException : public Exception {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback