Update registry.h
This commit is contained in:
		@@ -192,7 +192,7 @@ private:
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef SPDLOG_NO_REGISTRY_MUTEX
 | 
					#ifdef SPDLOG_NO_REGISTRY_MUTEX
 | 
				
			||||||
#include "../details/null_mutex.h"
 | 
					#include "spdlog/details/null_mutex.h"
 | 
				
			||||||
using registry = registry_t<spdlog::details::null_mutex>;
 | 
					using registry = registry_t<spdlog::details::null_mutex>;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#include <mutex>
 | 
					#include <mutex>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user