diff --git a/README.md b/README.md index e51f2721..7b3d39d7 100644 --- a/README.md +++ b/README.md @@ -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!");