Use SPDLOG_HEADER_ONLY uniformly

This commit is contained in:
k0zmo 2019-07-13 10:56:22 +02:00
parent ddb19f4a4f
commit 29fa474e4a
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ protected:
} // namespace sinks
} // namespace spdlog
#ifndef SPDLOG_COMPILED_LIB
#ifdef SPDLOG_HEADER_ONLY
#include "base_sink-inl.h"
#endif