Commit a33de607 authored by gabime's avatar gabime

Fix issue #1099

parent e39959a1
......@@ -3,6 +3,8 @@
#pragma once
#ifdef __ANDROID__
#include "spdlog/details/fmt_helper.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/os.h"
......@@ -113,3 +115,5 @@ inline std::shared_ptr<logger> android_logger_st(const std::string &logger_name,
}
} // namespace spdlog
#endif // __ANDROID__
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment