From 051048ebd728fe8623b2970232969bd30606855c Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 23 Feb 2018 14:34:25 +0200 Subject: [PATCH] Fixed issue #645 (include tweakme.h from common.h) --- include/spdlog/common.h | 2 ++ include/spdlog/spdlog.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 0dde700c..9fbfc669 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -5,6 +5,8 @@ #pragma once +#include "tweakme.h" + #include #include #include diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index ff79ef6e..f84697d8 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -9,7 +9,6 @@ #define SPDLOG_VERSION "0.16.3" -#include "tweakme.h" #include "common.h" #include "logger.h"