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

pull/1203/head
Matthias Moulin 6 years ago committed by GitHub
parent e641ff64fd
commit 9c5869ce5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog

Loading…
Cancel
Save