diff options
Diffstat (limited to 'tests/curl')
-rw-r--r-- | tests/curl/driver.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/curl/driver.cxx b/tests/curl/driver.cxx index 18ed1e6..3b0ea43 100644 --- a/tests/curl/driver.cxx +++ b/tests/curl/driver.cxx @@ -1,8 +1,6 @@ // file : tests/curl/driver.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file -#include <cassert> - #ifndef __cpp_lib_modules_ts #include <iostream> #include <system_error> @@ -31,6 +29,9 @@ import butl.small_vector; // @@ MOD Clang should not be necessary. #include <libbutl/fdstream.mxx> #endif +#undef NDEBUG +#include <cassert> + using namespace std; using namespace butl; |