Unverified Commit ea5f0711 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1118 from DanielChabrowski/stdout-incomplete

Fix use of incomplete type in stdout sinks
parents 6399e052 59746c2e
......@@ -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