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

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