Fixed header include problems.

This commit is contained in:
Kevin M. Godby
2016-02-24 21:26:18 -06:00
parent 24a1b23e3d
commit 196689f720
26 changed files with 360 additions and 291 deletions

View File

@@ -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