From b220bbb3491a026a0f31cdc8919d95d1fdf92a43 Mon Sep 17 00:00:00 2001 From: daylanKifky Date: Sat, 11 Nov 2017 15:21:34 +0100 Subject: [PATCH] fix printf include --- include/spdlog/fmt/fmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index c97ae673..92ca4e50 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -20,7 +20,7 @@ #endif #include "bundled/format.h" #if defined(SPDLOG_FMT_PRINTF) -#include "bundled/fmt/printf.h" +#include "bundled/printf.h" #endif #else //external fmtlib