aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scheduler.test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/scheduler.test.cxx')
-rw-r--r--libbuild2/scheduler.test.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbuild2/scheduler.test.cxx b/libbuild2/scheduler.test.cxx
index 49d0086..2ef8d5c 100644
--- a/libbuild2/scheduler.test.cxx
+++ b/libbuild2/scheduler.test.cxx
@@ -2,9 +2,7 @@
// license : MIT; see accompanying LICENSE file
#include <chrono>
-#include <thread>
-#include <cassert>
#include <iostream>
#include <libbuild2/types.hxx>
@@ -12,6 +10,9 @@
#include <libbuild2/scheduler.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
namespace build2