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

@@ -5,16 +5,16 @@
#pragma once
#include <spdlog/details/log_msg.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/sinks/sink.h>
#include <algorithm>
#include <memory>
#include <mutex>
#include <list>
#include "../details/log_msg.h"
#include "../details/null_mutex.h"
#include "./base_sink.h"
#include "./sink.h"
namespace spdlog
{
namespace sinks