Merge pull request #7198 from ameerj/settings-chrono

settings: Remove std::chrono usage
This commit is contained in:
bunnei 2021-10-19 09:55:50 -07:00 committed by GitHub
commit c871320760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 24 deletions

View file

@ -10,6 +10,7 @@
#include <limits>
#include <optional>
#include <span>
#include <stdexcept>
#include <vector>
#include <glad/glad.h>