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
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>