diff --git a/include/spdlog/details/registry.h b/include/spdlog/details/registry.h index 01cabee3..f8ff3c95 100644 --- a/include/spdlog/details/registry.h +++ b/include/spdlog/details/registry.h @@ -192,7 +192,7 @@ private: }; #ifdef SPDLOG_NO_REGISTRY_MUTEX -#include "../details/null_mutex.h" +#include "spdlog/details/null_mutex.h" using registry = registry_t; #else #include @@ -200,4 +200,4 @@ using registry = registry_t; #endif } // namespace details -} // namespace spdlog \ No newline at end of file +} // namespace spdlog