Merge pull request #1118 from DanielChabrowski/stdout-incomplete

Fix use of incomplete type in stdout sinks
pull/1119/head
Gabi Melman 6 years ago committed by GitHub
commit ea5f07110b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save