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

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 {