Fix android_sink header include wrong path

This commit is contained in:
act262 2024-06-17 14:34:37 +08:00
parent ffa651d39a
commit 50febdd209

View File

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