From 4a61012be700361d97f3bf99b83c2c04d7f0d9d7 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 12 Feb 2025 00:38:38 +0100 Subject: Fix include paths on Linux --- asl/log/log_tests.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asl/log/log_tests.cpp') 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 -#include -#include +#include "asl/log/log.hpp" +#include "asl/testing/testing.hpp" +#include "asl/string_builder.hpp" ASL_TEST(log) { -- cgit