settings: Remove std::chrono usage

Alleviates the dependency on chrono for all files that include settings.h
This commit is contained in:
ameerj 2021-10-16 02:07:18 -04:00
parent 8b996015a8
commit ef811c6425
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>