From 4a3185b782dabeb664fcf2fa4f6d17e36cf23d0e Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 28 Oct 2024 18:39:01 +0100 Subject: Start fixing some cross platform issues --- asl/tests/option_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/tests') diff --git a/asl/tests/option_tests.cpp b/asl/tests/option_tests.cpp index a42592a..e423cc9 100644 --- a/asl/tests/option_tests.cpp +++ b/asl/tests/option_tests.cpp @@ -1,6 +1,6 @@ #include "asl/option.hpp" #include "asl/tests/test_types.hpp" -#include +#include "asl/testing/testing.hpp" static_assert(asl::trivially_destructible>); static_assert(!asl::trivially_destructible>); -- cgit