| 1 | // Copyright(c) 2015-present, Gabi Melman & spdlog contributors. |
|---|---|
| 2 | // Distributed under the MIT License (http://opensource.org/licenses/MIT) |
| 3 | |
| 4 | #ifndef SPDLOG_COMPILED_LIB |
| 5 | #error Please define SPDLOG_COMPILED_LIB to compile this file. |
| 6 | #endif |
| 7 | |
| 8 | #include <spdlog/cfg/helpers-inl.h> |
| 9 |