Add fmt_helper.h include to includes.h and os-inl.h

This commit is contained in:
Charles Milette
2022-04-22 23:28:28 -04:00
parent ee00f2e07d
commit 714cf12822
3 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "spdlog/spdlog.h"
#include "spdlog/async.h"
#include "spdlog/details/fmt_helper.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/null_sink.h"

View File

@@ -1,6 +1,5 @@
#include "includes.h"
#include "spdlog/details/fmt_helper.h"
using spdlog::memory_buf_t;
using spdlog::details::fmt_helper::to_string_view;