fix msvc build

This commit is contained in:
MihailRis 2024-07-19 10:32:00 +03:00
parent 02c9c4ced3
commit fbced2504e

View File

@ -7,6 +7,7 @@
#include <unordered_map>
#include <typeindex>
#include <typeinfo>
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/quaternion.hpp>
// NOTE: const std::string& used instead of string_view because c_str() needed