Unverified Commit 75bb4346 authored by Zhiyuan "Jerry" Ma's avatar Zhiyuan "Jerry" Ma Committed by GitHub

Add missing include

parent 13477e54
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "spdlog/sinks/ansicolor_sink.h" #include "spdlog/sinks/ansicolor_sink.h"
#endif #endif
#include "spdlog/details/pattern_formatter.h"
#include "spdlog/details/os.h" #include "spdlog/details/os.h"
namespace spdlog { namespace spdlog {
...@@ -132,4 +133,4 @@ SPDLOG_INLINE ansicolor_stderr_sink<ConsoleMutex>::ansicolor_stderr_sink(color_m ...@@ -132,4 +133,4 @@ SPDLOG_INLINE ansicolor_stderr_sink<ConsoleMutex>::ansicolor_stderr_sink(color_m
{} {}
} // namespace sinks } // namespace sinks
} // namespace spdlog } // namespace spdlog
\ No newline at end of file
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