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

This commit is contained in:
Matthias Moulin 2019-08-31 21:30:36 +02:00 committed by GitHub
parent e641ff64fd
commit 9c5869ce5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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