Commit 59746c2e authored by DanielChabrowski's avatar DanielChabrowski

Fix use of incomplete type in stdout sinks

parent 6399e052
......@@ -5,6 +5,7 @@
#include "spdlog/details/console_globals.h"
#include "spdlog/details/synchronous_factory.h"
#include "spdlog/sinks/sink.h"
#include <cstdio>
namespace spdlog {
......
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