move includes out of namespace

pull/2814/head
drakbar 2 years ago
parent 48b28eb0ec
commit 4927fd03ba

@ -6,15 +6,16 @@
#include <spdlog/common.h>
#include <string>
#if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING)
# include <vector>
# include <array>
#endif
namespace spdlog {
namespace details {
#if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING)
#include <vector>
#include <array>
enum class style_type
{
// reservation for data structures

Loading…
Cancel
Save