Merge pull request #1133 from Jerry-Ma/patch-1

Add missing include
This commit is contained in:
Gabi Melman 2019-07-04 01:19:41 +03:00 committed by GitHub
commit d1794f4c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "spdlog/sinks/ansicolor_sink.h"
#endif
#include "spdlog/details/pattern_formatter.h"
#include "spdlog/details/os.h"
namespace spdlog {
@ -132,4 +133,4 @@ SPDLOG_INLINE ansicolor_stderr_sink<ConsoleMutex>::ansicolor_stderr_sink(color_m
{}
} // namespace sinks
} // namespace spdlog
} // namespace spdlog