mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-03 11:09:15 +08:00
Add missing include in console_globals.h
This commit is contained in:
parent
2870afdeae
commit
3edc7f1d18
@ -8,6 +8,10 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include "spdlog/details/os.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace details {
|
namespace details {
|
||||||
struct console_stdout
|
struct console_stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user