README.md has include missing (#3066)

This commit is contained in:
darallium 2024-04-26 03:26:08 +09:00 committed by GitHub
parent e3f5a4fe66
commit a0d2187d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,6 +273,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"