mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 14:42:13 +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 <mutex>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "spdlog/details/os.h"
|
||||
#endif
|
||||
|
||||
namespace spdlog {
|
||||
namespace details {
|
||||
struct console_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user