Fixed issue #449

This commit is contained in:
gabime
2017-05-21 20:39:54 +03:00
parent c6ad598af9
commit 13fb2550c6
8 changed files with 18 additions and 18 deletions

View File

@@ -5,10 +5,10 @@
#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 "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 <mutex>