Fixed throw macros and includes

This commit is contained in:
gabime
2019-08-19 12:13:37 +03:00
parent 87ec1ab97b
commit 23807e12e8
5 changed files with 6 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
#pragma once
#include "spdlog/common.h"
#include "spdlog/details/file_helper.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/fmt/fmt.h"
@@ -10,6 +11,7 @@
#include "spdlog/details/os.h"
#include "spdlog/details/synchronous_factory.h"
#include <chrono>
#include <cstdio>
#include <ctime>