Fix include paths on Linux
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
bazel-*/
|
bazel-*
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.cache/
|
.cache
|
||||||
external/
|
external
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user