/* * Copyright (c) 2017-2023 zhllxt * * author : zhllxt * email : 37792738@qq.com * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef __ASIO2_SPDLOG_HPP__ #define __ASIO2_SPDLOG_HPP__ #if defined(_MSC_VER) && (_MSC_VER >= 1200) #pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include #ifndef ASIO2_DISABLE_AUTO_HEADER_ONLY #ifndef SPDLOG_HEADER_ONLY #define SPDLOG_HEADER_ONLY #endif #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // !__ASIO2_SPDLOG_HPP__