Add missing include
This commit is contained in:
		@@ -17,6 +17,7 @@
 | 
				
			|||||||
#include <spdlog/common.h>
 | 
					#include <spdlog/common.h>
 | 
				
			||||||
#include <spdlog/details/log_msg.h>
 | 
					#include <spdlog/details/log_msg.h>
 | 
				
			||||||
#include <spdlog/details/backtracer.h>
 | 
					#include <spdlog/details/backtracer.h>
 | 
				
			||||||
 | 
					#include <spdlog/details/fmt_helper.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef SPDLOG_WCHAR_TO_UTF8_SUPPORT
 | 
					#ifdef SPDLOG_WCHAR_TO_UTF8_SUPPORT
 | 
				
			||||||
#    ifndef _WIN32
 | 
					#    ifndef _WIN32
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user