Added missing standard header includes.

This commit is contained in:
Kevin M. Godby
2016-02-24 22:20:07 -06:00
parent 196689f720
commit 077c3095eb
22 changed files with 60 additions and 15 deletions

View File

@@ -15,10 +15,12 @@
#include <spdlog/async_logger.h>
#include <spdlog/common.h>
#include <string>
#include <mutex>
#include <unordered_map>
#include <chrono>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
namespace spdlog
{