From 9c5869ce5aa9a5cefda1db14f4bae91db2ed507f Mon Sep 17 00:00:00 2001 From: Matthias Moulin Date: Sat, 31 Aug 2019 21:30:36 +0200 Subject: [PATCH] Fixed {fmt} include if using the non-bundled version --- include/spdlog/details/log_msg_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/details/log_msg_buffer.h b/include/spdlog/details/log_msg_buffer.h index 2326f81f..f7becf07 100644 --- a/include/spdlog/details/log_msg_buffer.h +++ b/include/spdlog/details/log_msg_buffer.h @@ -4,7 +4,7 @@ #pragma once #include "spdlog/details/log_msg.h" -#include "spdlog/fmt/bundled/core.h" +#include "spdlog/fmt/fmt.h" namespace spdlog { namespace details { @@ -57,4 +57,4 @@ public: }; } // namespace details -} // namespace spdlog \ No newline at end of file +} // namespace spdlog