From 001e22ebee387f4aa7f8344ff1af4892a1b5f61e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 25 May 2018 18:20:08 +0300 Subject: [PATCH] Update registry.h --- include/spdlog/details/registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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