Unverified Commit 554acb74 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1203 from matt77hias/v1.x

Fixed {fmt} include if using the non-bundled version
parents e641ff64 9c5869ce
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#pragma once #pragma once
#include "spdlog/details/log_msg.h" #include "spdlog/details/log_msg.h"
#include "spdlog/fmt/bundled/core.h" #include "spdlog/fmt/fmt.h"
namespace spdlog { namespace spdlog {
namespace details { namespace details {
...@@ -57,4 +57,4 @@ public: ...@@ -57,4 +57,4 @@ public:
}; };
} // namespace details } // namespace details
} // 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