Normalized spdlog include paths

This commit is contained in:
gabime
2018-04-29 01:31:09 +03:00
parent d389bda2cc
commit caa26a2a47
18 changed files with 46 additions and 47 deletions

View File

@@ -7,8 +7,8 @@
#if defined(__ANDROID__)
#include "../details/os.h"
#include "sink.h"
#include "spdlog/details/os.h"
#include "spdlog/sinks/sink.h"
#include <android/log.h>
#include <chrono>