summaryrefslogtreecommitdiff
path: root/asl/testing/testing.cpp
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.cpp
parente1f9d9ca1ef3c69da3b887b0af298be0aea4a5f9 (diff)
Start fixing some cross platform issues
Diffstat (limited to 'asl/testing/testing.cpp')
-rw-r--r--asl/testing/testing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/testing/testing.cpp b/asl/testing/testing.cpp
index e07cde8..f0c4fb5 100644
--- a/asl/testing/testing.cpp
+++ b/asl/testing/testing.cpp
@@ -1,6 +1,6 @@
#include "asl/testing/testing.hpp"
-#include <asl/print.hpp>
+#include "asl/print.hpp"
static asl::testing::Test* g_head = nullptr;
static asl::testing::Test* g_tail = nullptr;