This commit is contained in:
Gabi Melman 2022-08-17 17:47:22 +03:00 committed by GitHub
parent 64e0724bd6
commit f44fa31f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.