Fixed issue #959

This commit is contained in:
gabime 2019-01-17 17:09:35 +02:00
parent 8cb1bc89f1
commit 23fdc0eae4
13 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/fmt_helper.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/console_globals.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/file_helper.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/file_helper.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "base_sink.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#if defined(_WIN32)

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/null_mutex.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/null_mutex.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/file_helper.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#ifdef _WIN32

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/console_globals.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/sinks/base_sink.h"

View File

@ -6,7 +6,7 @@
#pragma once
#ifndef SPDLOG_H
#error "spdlog.h must be included before this file."
#include "spdlog/spdlog.h"
#endif
#include "spdlog/common.h"