Commit 3edc7f1d authored by Daniel Chabrowski's avatar Daniel Chabrowski

Add missing include in console_globals.h

parent 2870afde
...@@ -8,6 +8,10 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment