From ad63efdaf772582631eca20783aaa8c2badd7766 Mon Sep 17 00:00:00 2001 From: Martin Krammer <43210132+martinkrammer@users.noreply.github.com> Date: Sat, 6 Apr 2019 11:17:11 +0200 Subject: [PATCH] Update README.md In order to use basic_logger_mt an additional include is required. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e51f2721..7b3d39d7 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ async... Elapsed: 0.349851 2,858,358/sec #### Basic usage ```c++ #include "spdlog/spdlog.h" +#include "spdlog/sinks/basic_file_sink.h" + int main() { spdlog::info("Welcome to spdlog!");