diff --git a/include/spdlog/stopwatch.h b/include/spdlog/stopwatch.h index 770ddea1..b84fb61b 100644 --- a/include/spdlog/stopwatch.h +++ b/include/spdlog/stopwatch.h @@ -18,7 +18,7 @@ // // If other units are needed (e.g. millis instead of double), include "fmt/chrono.h" and use "duration_cast<..>(sw.elapsed())": // -// #include +// #include //.. // using std::chrono::duration_cast; // using std::chrono::milliseconds;