README.md has include missing (#3066)

This commit is contained in:
darallium 2024-04-26 03:26:08 +09:00 committed by gabime
parent d60a4c7b50
commit d896daec63

View File

@ -264,6 +264,7 @@ void async_example()
--- ---
#### Asynchronous logger with multi sinks #### Asynchronous logger with multi sinks
```c++ ```c++
#include "spdlog/async.h"
#include "spdlog/sinks/stdout_color_sinks.h" #include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/sinks/rotating_file_sink.h" #include "spdlog/sinks/rotating_file_sink.h"