Merge pull request #1118 from DanielChabrowski/stdout-incomplete

Fix use of incomplete type in stdout sinks
This commit is contained in:
Gabi Melman 2019-06-21 07:54:02 +03:00 committed by GitHub
commit ea5f07110b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {