diff --git a/include/spdlog/fmt/bundled/core.h b/include/spdlog/fmt/bundled/core.h index 50b79351..8273e66b 100644 --- a/include/spdlog/fmt/bundled/core.h +++ b/include/spdlog/fmt/bundled/core.h @@ -490,7 +490,7 @@ class basic_format_args; template struct formatter { static_assert(internal::no_formatter_error::value, - "don't know how to format the type, include fmt/ostream.h if it provides " + "don't know how to format the type; include spdlog/fmt/bundled/ostream.h if it provides " "an operator<< that should be used"); // The following functions are not defined intentionally.