Unverified Commit ad63efda authored by Martin Krammer's avatar Martin Krammer Committed by GitHub

Update README.md

In order to use basic_logger_mt an additional include is required.
parent 536f5d82
......@@ -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!");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment