Fix include paths on Linux

This commit is contained in:
2025-02-12 00:38:38 +01:00
parent 3d5a45b283
commit 4a61012be7
3 changed files with 9 additions and 9 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
bazel-*/ bazel-*
compile_commands.json compile_commands.json
.cache/ .cache
external/ external

View File

@ -1,8 +1,8 @@
#pragma once #pragma once
#include <asl/format.hpp> #include "asl/format.hpp"
#include <asl/utility.hpp> #include "asl/utility.hpp"
#include <asl/box.hpp> #include "asl/box.hpp"
namespace asl::log namespace asl::log
{ {

View File

@ -1,6 +1,6 @@
#include <asl/log/log.hpp> #include "asl/log/log.hpp"
#include <asl/testing/testing.hpp> #include "asl/testing/testing.hpp"
#include <asl/string_builder.hpp> #include "asl/string_builder.hpp"
ASL_TEST(log) ASL_TEST(log)
{ {