// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #ifndef SPDLOG_COMPILED_LIB # error Please define SPDLOG_COMPILED_LIB to compile this file. #endif #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4251) #endif #include #include #include #include #if defined(_MSC_VER) #pragma warning(pop) #endif