diff --git a/tests/doctest b/tests/doctest index d5aa2bf..ae7a135 160000 --- a/tests/doctest +++ b/tests/doctest @@ -1 +1 @@ -Subproject commit d5aa2bfb8f00b6260296a754af3a3a98d93f7b67 +Subproject commit ae7a13539fb71f270b87eb2e874fbac80bc8dda2 diff --git a/tests/test_exceptions.cpp b/tests/test_exceptions.cpp index 1be8e64..933deea 100644 --- a/tests/test_exceptions.cpp +++ b/tests/test_exceptions.cpp @@ -7,6 +7,7 @@ #include "doctest/doctest.h" #include "tdp/pipeline.hpp" +#include struct thrower { int count = 0; @@ -67,4 +68,4 @@ static_assert(noexcept(tdp::producer{produce} >> passthrough >> passthrough)); static_assert(!noexcept(tdp::producer{produce} >> passthrough >> tdp::consumer{consume})); static_assert(!noexcept(tdp::producer{produce} >> tdp::consumer{consume})); -} // namespace static_tests \ No newline at end of file +} // namespace static_tests