mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 19:09:03 +08:00
Fixed header include problems.
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include<string>
|
||||
#include<cstdio>
|
||||
#include<ctime>
|
||||
#include <spdlog/common.h>
|
||||
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
@@ -26,8 +28,6 @@
|
||||
#include <thread>
|
||||
#endif
|
||||
|
||||
#include "../common.h"
|
||||
|
||||
namespace spdlog
|
||||
{
|
||||
namespace details
|
||||
|
Reference in New Issue
Block a user