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/testing/testing.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/testing/testing.hpp') diff --git a/asl/testing/testing.hpp b/asl/testing/testing.hpp index db2a64a..4fe44df 100644 --- a/asl/testing/testing.hpp +++ b/asl/testing/testing.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include "asl/utility.hpp" namespace asl::testing { -- cgit