Unverified Commit 9c5869ce authored by Matthias Moulin's avatar Matthias Moulin Committed by GitHub

Fixed {fmt} include if using the non-bundled version

parent e641ff64
...@@ -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