Update README.md

In order to use basic_logger_mt an additional include is required.
This commit is contained in:
Martin Krammer 2019-04-06 11:17:11 +02:00 committed by GitHub
parent 536f5d8203
commit ad63efdaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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!");