From 96267b4a755e4111c42f23e54a7582a0863bffbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Mon, 3 Jan 2022 07:24:23 +0100 Subject: [PATCH] Fixed: `std::cout` not found on msvc --- .../source/1144 - type destructed from non-destructed memory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/regression_tests/simple/source/1144 - type destructed from non-destructed memory.cpp b/tests/regression_tests/simple/source/1144 - type destructed from non-destructed memory.cpp index 6c09f73f..598cd25d 100644 --- a/tests/regression_tests/simple/source/1144 - type destructed from non-destructed memory.cpp +++ b/tests/regression_tests/simple/source/1144 - type destructed from non-destructed memory.cpp @@ -1,3 +1,4 @@ +#include #include inline namespace sol2_regression_test_1144 {