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
|
||||
.cache/
|
||||
external/
|
||||
.cache
|
||||
external
|
||||
|
@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <asl/format.hpp>
|
||||
#include <asl/utility.hpp>
|
||||
#include <asl/box.hpp>
|
||||
#include "asl/format.hpp"
|
||||
#include "asl/utility.hpp"
|
||||
#include "asl/box.hpp"
|
||||
|
||||
namespace asl::log
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user