From 17e1c951dca45bbb10259985ec69bd063808e5fc Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 25 Jun 2022 03:47:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Fix=20#1328?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/run_time/source/policies.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_time/source/policies.cpp b/tests/run_time/source/policies.cpp index d6d7cfd2..64264fea 100644 --- a/tests/run_time/source/policies.cpp +++ b/tests/run_time/source/policies.cpp @@ -27,6 +27,7 @@ #include #include +#include TEST_CASE("policies/self", "ensure we return a direct reference to the lua userdata rather than creating a new one") { struct vec2 {