Add missing include

This commit is contained in:
Zhiyuan "Jerry" Ma 2019-07-03 17:01:17 -04:00 committed by GitHub
parent 13477e5478
commit 75bb4346b2
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 {