From 4f4fae82a58993017c3b08a17df75a14720a4fb2 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Wed, 15 Feb 2023 16:00:16 +0000 Subject: [PATCH] Update issues.cpp --- tests/issues.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/issues.cpp b/tests/issues.cpp index b8cde25..05a2a66 100644 --- a/tests/issues.cpp +++ b/tests/issues.cpp @@ -2,6 +2,7 @@ #include #include +#include using std::string; @@ -191,4 +192,4 @@ TEST_CASE("Issue 129", "[issues.129]") { x1 = std::move(y1); REQUIRE(**x1 == 2); -} \ No newline at end of file +}