From 6f1dc624e6f24292fdaa22b59e62bf3a148a11a2 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 14 Apr 2018 03:47:26 +0300 Subject: [PATCH] fix example --- example/example.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example/example.cpp b/example/example.cpp index d2c4d99a..f0f5db4a 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -10,7 +10,7 @@ #define SPDLOG_TRACE_ON #define SPDLOG_DEBUG_ON -#include "spdlog/async.h" + #include "spdlog/spdlog.h" #include @@ -103,7 +103,8 @@ int main(int, char *[]) return 1; } } - +// must be included to use async logger +#include "spdlog/async.h" void async_example() {