Fix android_sink header include wrong path (#3113)

This commit is contained in:
act262 2024-06-17 14:52:41 +08:00 committed by GitHub
parent ffa651d39a
commit dec6a3f61f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
#include "../details/null_mutex.h" #include "../details/null_mutex.h"
#include "../details/synchronous_factory.h" #include "../details/synchronous_factory.h"
#include "./base_sink.h" #include "./base_sink.h"
#include "./os.h" #include "../details/os.h"
#if !defined(SPDLOG_ANDROID_RETRIES) #if !defined(SPDLOG_ANDROID_RETRIES)
#define SPDLOG_ANDROID_RETRIES 2 #define SPDLOG_ANDROID_RETRIES 2