diff --git a/glm/glm.cppm b/glm/glm.cppm index ffe400211..85e946e0f 100644 --- a/glm/glm.cppm +++ b/glm/glm.cppm @@ -2670,6 +2670,6 @@ export namespace glm { #if defined(_MSC_VER) // Workaround // Partial template specialization doesn't need to be exported explicitly, but this may not work otherwise on MSVC. export namespace std { - using std::hash; // See GLM_GTX_hash + using std::hash; // See GLM_GTX_hash } #endif