Update stdout_sinks-inl.h

This commit is contained in:
Gabi Melman 2019-07-14 01:41:19 +03:00 committed by GitHub
parent 161e6fb8fb
commit 3a94a60537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include "spdlog/sinks/stdout_sinks.h"
#endif
#include "spdlog/details/console_globals.h"
#include "spdlog/details/pattern_formatter.h"
#include <memory>