diff --git a/README.md b/README.md index eeea5189..3eb6905d 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ void async_example() --- #### Asynchronous logger with multi sinks ```c++ +#include "spdlog/async.h" #include "spdlog/sinks/stdout_color_sinks.h" #include "spdlog/sinks/rotating_file_sink.h"