This commit is contained in:
Gabi Melman
2022-08-17 17:47:22 +03:00
committed by GitHub
parent 64e0724bd6
commit f44fa31f51

View File

@@ -4,6 +4,7 @@
#pragma once
#include <spdlog/fmt/fmt.h>
#include <chrono>
// Stopwatch support for spdlog (using std::chrono::steady_clock).
// Displays elapsed seconds since construction as double.