Update issues.cpp

This commit is contained in:
Sy Brand
2023-02-15 16:00:16 +00:00
committed by GitHub
parent 0ffb9dcebc
commit 4f4fae82a5

View File

@@ -2,6 +2,7 @@
#include <tl/expected.hpp>
#include <string>
#include <memory>
using std::string;
@@ -191,4 +192,4 @@ TEST_CASE("Issue 129", "[issues.129]") {
x1 = std::move(y1);
REQUIRE(**x1 == 2);
}
}