Fix use of incomplete type in stdout sinks

This commit is contained in:
DanielChabrowski 2019-06-21 01:21:30 +02:00
parent 6399e05209
commit 59746c2e36

View File

@ -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 {