Add missing include

pull/2346/head
Charles Milette 3 years ago
parent ebeb3707b1
commit 3cf94968e7
No known key found for this signature in database
GPG Key ID: 1A5AE81377AD973A

@ -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

Loading…
Cancel
Save