summaryrefslogtreecommitdiff
path: root/src/main/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/util.cpp')
-rw-r--r--src/main/util.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/util.cpp b/src/main/util.cpp
index 523486f80..90e960673 100644
--- a/src/main/util.cpp
+++ b/src/main/util.cpp
@@ -25,10 +25,10 @@
#include <sys/resource.h>
#include <unistd.h>
-#include "util/Assert.h"
#include "util/exception.h"
#include "options/options.h"
#include "util/statistics.h"
+#include "util/tls.h"
#include "smt/smt_engine.h"
#include "cvc4autoconfig.h"
@@ -39,6 +39,11 @@ using CVC4::Exception;
using namespace std;
namespace CVC4 {
+
+#ifdef CVC4_DEBUG
+ extern CVC4_THREADLOCAL(const char*) s_debugLastException;
+#endif /* CVC4_DEBUG */
+
namespace main {
size_t cvc4StackSize;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback