mirror of
https://github.com/open-goal/jak-project.git
synced 2024-12-01 10:22:14 +00:00
More Linux fixes
Linus Torvalds have mercy on my soul
This commit is contained in:
parent
a69af3dd10
commit
4d208b0729
@ -6,13 +6,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef SPDLOG_H
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "third-party/spdlog/include/spdlog/spdlog.h"
|
||||
#endif
|
||||
|
||||
#include "spdlog/details/console_globals.h"
|
||||
#include "spdlog/details/null_mutex.h"
|
||||
#include "spdlog/details/os.h"
|
||||
#include "spdlog/sinks/sink.h"
|
||||
#include "third-party/spdlog/include/spdlog/details/console_globals.h"
|
||||
#include "third-party/spdlog/include/spdlog/details/null_mutex.h"
|
||||
#include "third-party/spdlog/include/spdlog/details/os.h"
|
||||
#include "third-party/spdlog/include/spdlog/sinks/sink.h"
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
Loading…
Reference in New Issue
Block a user