summaryrefslogtreecommitdiff
path: root/asl/testing/testing.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-10-28 18:39:01 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:35:58 +0100
commit4a3185b782dabeb664fcf2fa4f6d17e36cf23d0e (patch)
tree2cc982f8972b7b809819032b41e618e8506abbd6 /asl/testing/testing.hpp
parente1f9d9ca1ef3c69da3b887b0af298be0aea4a5f9 (diff)
Start fixing some cross platform issues
Diffstat (limited to 'asl/testing/testing.hpp')
-rw-r--r--asl/testing/testing.hpp2
1 files changed, 1 insertions, 1 deletions
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 <asl/utility.hpp>
+#include "asl/utility.hpp"
namespace asl::testing
{