summaryrefslogtreecommitdiff
path: root/asl/log/log_tests.cpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-12 00:38:38 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-12 00:38:38 +0100
commit4a61012be700361d97f3bf99b83c2c04d7f0d9d7 (patch)
treec2262fdd0c0e3aaca039e49664924b2efcebc246 /asl/log/log_tests.cpp
parent3d5a45b283d2a59211f9e24f100b95169375213d (diff)
Fix include paths on Linux
Diffstat (limited to 'asl/log/log_tests.cpp')
-rw-r--r--asl/log/log_tests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/asl/log/log_tests.cpp b/asl/log/log_tests.cpp
index 4ab83e8..b174fd3 100644
--- a/asl/log/log_tests.cpp
+++ b/asl/log/log_tests.cpp
@@ -1,6 +1,6 @@
-#include <asl/log/log.hpp>
-#include <asl/testing/testing.hpp>
-#include <asl/string_builder.hpp>
+#include "asl/log/log.hpp"
+#include "asl/testing/testing.hpp"
+#include "asl/string_builder.hpp"
ASL_TEST(log)
{